aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/src/usvfs_helper/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/usvfs/src/usvfs_helper/CMakeLists.txt')
-rw-r--r--libs/usvfs/src/usvfs_helper/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/usvfs/src/usvfs_helper/CMakeLists.txt b/libs/usvfs/src/usvfs_helper/CMakeLists.txt
new file mode 100644
index 0000000..5e083d9
--- /dev/null
+++ b/libs/usvfs/src/usvfs_helper/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 3.16)
+
+add_library(usvfs_helper STATIC inject.h inject.cpp)
+target_link_libraries(usvfs_helper PUBLIC shared PRIVATE tinjectlib)
+target_include_directories(usvfs_helper PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
+set_target_properties(usvfs_helper PROPERTIES FOLDER injection)