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, 0 insertions, 6 deletions
diff --git a/libs/usvfs/src/usvfs_helper/CMakeLists.txt b/libs/usvfs/src/usvfs_helper/CMakeLists.txt
deleted file mode 100644
index 5e083d9..0000000
--- a/libs/usvfs/src/usvfs_helper/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-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)