diff options
Diffstat (limited to 'um/wrappers/special/nt_path_converter/utils/CMakeLists.txt')
-rw-r--r-- | um/wrappers/special/nt_path_converter/utils/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/um/wrappers/special/nt_path_converter/utils/CMakeLists.txt b/um/wrappers/special/nt_path_converter/utils/CMakeLists.txt deleted file mode 100644 index 9c5254b..0000000 --- a/um/wrappers/special/nt_path_converter/utils/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -add_executable(convert_nt_path convert_nt_path.cpp) -target_link_libraries(convert_nt_path PRIVATE libnt_path_converter) -if(MINGW) - target_compile_options(convert_nt_path PRIVATE -municode) - target_link_libraries(convert_nt_path PRIVATE -municode) -endif() |