aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/test/thooklib_test/CMakeLists.txt
blob: cca9e10bd3c87bdb3301a2c2fc2ac10ab9f6c30a (plain)
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required(VERSION 3.16)

find_package(GTest CONFIG REQUIRED)
find_package(Boost CONFIG REQUIRED COMPONENTS thread)

# not sure why there is a test_hooks.cpp here?
add_executable(thooklib_test main.cpp)
usvfs_set_test_properties(thooklib_test)
target_link_libraries(thooklib_test
    PRIVATE test_utils shared thooklib Boost::thread
    GTest::gtest GTest::gtest_main)