diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-28 17:48:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-28 17:48:44 +0300 |
commit | 040444db8fc48cd4012bc7ec4568f6a9b6143cb3 (patch) | |
tree | 82fe63ebc8f4e505d9337345cf67704bd60e9834 /um/wrappers/special/nt_path_converter/utils/CMakeLists.txt | |
parent | CMakeLists.txt updates (diff) | |
download | windows7-drivers-040444db8fc48cd4012bc7ec4568f6a9b6143cb3.tar.gz windows7-drivers-040444db8fc48cd4012bc7ec4568f6a9b6143cb3.zip |
nt_path_converter -> nt_namespace
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() |