You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
588 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. #
  2. # 在这个文件中编辑,需要在PC中运行的测试文件
  3. #
  4. message("PUBLIC_LINK_DIRECTORIES: ${PUBLIC_LINK_DIRECTORIES}")
  5. message("PUBLIC_INCLUDE_DIRECTORIES: ${PUBLIC_INCLUDE_DIRECTORIES}")
  6. message("PUBLIC_LINK_LIBS: ${PUBLIC_LINK_LIBS}")
  7. zadd_executable_simple(
  8. TARGET test_demo.out SRC src/test/test_demo.cpp
  9. )
  10. zadd_executable_simple(
  11. TARGET restful_server_test.out SRC dep/zlinuxcomponents/restful_server/restful_server_test.cpp
  12. )
  13. zadd_executable_simple(
  14. TARGET
  15. app.out
  16. SRC
  17. src/main.cpp #
  18. # src/test/socketcan.cpp
  19. src/service/main_control_service.cpp #
  20. #
  21. )