aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/libnt_path_converter/utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'um/libnt_path_converter/utils/CMakeLists.txt')
-rw-r--r--um/libnt_path_converter/utils/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/um/libnt_path_converter/utils/CMakeLists.txt b/um/libnt_path_converter/utils/CMakeLists.txt
new file mode 100644
index 0000000..9915995
--- /dev/null
+++ b/um/libnt_path_converter/utils/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_executable(convert_nt_path convert_nt_path.cpp)
+target_link_libraries(convert_nt_path libnt_path_converter)