4 lines
282 B
CMake
4 lines
282 B
CMake
add_executable(07_STD_MP MP/grundgeruest.cpp MP/BinaryOctet.cpp MP/BinaryOctet.h)
|
|
add_executable(07_STD_Testat Testat/grundgeruest.cpp Testat/BinaryOctet.h Testat/BinaryOctet.cpp)
|
|
target_link_libraries(07_STD_Testat gtest_main)
|
|
add_test(NAME 07_STD_Testat COMMAND InsertBinaryOctet) |