aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/special/nt_path_converter/utils/CMakeLists.txt
blob: 9c5254b6b9225bf8bf8f848baf3d5df2fecdc07d (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_path_converter)
if(MINGW)
    target_compile_options(convert_nt_path PRIVATE -municode)
    target_link_libraries(convert_nt_path PRIVATE -municode)
endif()