1
0
Fork 0

link Tests against library

This commit is contained in:
Kevin Matz 2021-08-22 12:01:38 -04:00
parent 571e6a73ec
commit 8acfa70f00
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set(CMAKE_AUTORCC OFF)
find_package(GTest REQUIRED)
file(GLOB SRCS test/*.cpp)
add_executable(Tests ${SRCS})
target_link_libraries(Tests GTest::GTest)
target_link_libraries(Tests GTest::GTest ESTA)
gtest_discover_tests(Tests)
set(SOURCE_FILES