aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/special/nt_namespace/utils/CMakeLists.txt
blob: 294a713245640816943b13bc39f02c73edbe7aab (plain) (blame)
1
2
3
4
5
6
add_executable(convert_nt_path convert_nt_path.cpp)
target_link_libraries(convert_nt_path PRIVATE libnt_namespace)
if(MINGW)
    target_compile_options(convert_nt_path PRIVATE -municode)
    target_link_libraries(convert_nt_path PRIVATE -municode)
endif()