und noch was vergessen

This commit is contained in:
Johannes Theiner 2018-12-04 15:13:45 +01:00
parent e9950f6892
commit 60b33d60a2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
add_executable(07_STD_MP MP/grundgeruest.cpp MP/BinaryOctet.cpp MP/BinaryOctet.h) 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) add_executable(07_STD_Testat Testat/grundgeruest.cpp Testat/BinaryOctet.h Testat/BinaryOctet.cpp)
#target_link_libraries(07_STD_Testat gtest_main) target_link_libraries(07_STD_Testat gtest_main)
#add_test(NAME 07_STD_Testat COMMAND InsertBinaryOctet) add_test(NAME 07_STD_Testat COMMAND InsertBinaryOctet)