CMakeLists.txt 272 B

123456789
  1. include_directories(../../src-gen-c/Test_ShallowHistory)
  2. add_executable(TestShallowHistoryMain main.c)
  3. target_link_libraries(TestShallowHistoryMain Test_ShallowHistoryStatemachine)
  4. add_test(Dummy1 TestShallowHistoryMain "1")
  5. add_test(Dummy2 TestShallowHistoryMain "2")