Update project name
This commit is contained in:
parent
c9023f2f8b
commit
87d5b1ce42
3 changed files with 6 additions and 5 deletions
|
@ -5,6 +5,6 @@ add_executable(Unit_Tests_run
|
|||
)
|
||||
|
||||
target_link_libraries(Unit_Tests_run gtest gtest_main)
|
||||
target_link_libraries(Unit_Tests_run ${CMAKE_PROJECT_NAME}_lib)
|
||||
target_link_libraries(Unit_Tests_run ${NAME})
|
||||
|
||||
add_test(NAME Vec3Tests COMMAND ${CMAKE_BINARY_DIR}/tests/unit_tests/Unit_Tests_run)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue