🎉 Init project set up
This commit is contained in:
commit
27c5a55400
6 changed files with 40 additions and 0 deletions
14
tests/CMakeLists.txt
Normal file
14
tests/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
add_subdirectory(googletest)
|
||||
|
||||
add_executable(
|
||||
test_trenesis
|
||||
trenesis/test.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
test_trenesis
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(test_trenesis)
|
||||
Loading…
Add table
Add a link
Reference in a new issue