aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/src/usvfs_helper/CMakeLists.txt
blob: 5e083d9f6ec57bf03c9d6a1f0e15b18fed04c867 (plain)
1
2
3
4
5
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)