diff options
Diffstat (limited to '')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 86f7d1a..17770c9 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ add_library(test_lib SHARED test_lib.cpp) -target_link_libraries(test_lib PRIVATE pdb_repo) +target_link_libraries(test_lib PRIVATE winapi_debug) target_include_directories(test_lib PUBLIC .) target_compile_definitions(test_lib PRIVATE TEST_LIB_EXPORTS) install(TARGETS test_lib RUNTIME DESTINATION bin/test) |