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.

26 lines
902 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. #
  2. # 在这个文件中编辑,需要在PC中运行的目标文件
  3. #
  4. message("PUBLIC_SRC: ${PUBLIC_SRC}")
  5. message("PUBLIC_LINK_DIRECTORIES: ${PUBLIC_LINK_DIRECTORIES}")
  6. message("PUBLIC_INCLUDE_DIRECTORIES: ${PUBLIC_INCLUDE_DIRECTORIES}")
  7. message("PUBLIC_LINK_LIBS: ${PUBLIC_LINK_LIBS}")
  8. # 添加编译的目标文件
  9. zadd_executable_simple(
  10. TARGET
  11. app.out
  12. SRC
  13. src/main.cpp #
  14. # src/test/socketcan.cpp
  15. src/service/main_control_service.cpp #
  16. src/service/a8000_scirpt_processer.cpp
  17. src/service/scirpt_processer.cpp
  18. #
  19. )
  20. # zadd_executable_simple(TARGET test_demo.out SRC src/test/test_demo.cpp)
  21. # zadd_executable_simple(TARGET test_can.out SRC src/test/test_can.cpp)
  22. zadd_executable_simple(TARGET dump_can_driver_info.out SRC
  23. src/test/dump_can_driver_info.cpp)
  24. zadd_executable_simple(TARGET test_i2c_eeprom.out SRC
  25. src/test/test_i2c_eeprom.cpp)