能源管控程序
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.
 
 
 
 
 
 

15 lines
368 B

  1. cmake_minimum_required(VERSION 3.0.0)
  2. project(ArduinoQueue VERSION 1.2.3)
  3. include(CTest)
  4. enable_testing()
  5. add_subdirectory(${PROJECT_SOURCE_DIR}/test)
  6. add_library(ArduinoQueue INTERFACE)
  7. target_include_directories(${PROJECT_NAME} INTERFACE ${PROJECT_SOURCE_DIR})
  8. set(CPACK_PROJECT_NAME ${PROJECT_NAME})
  9. set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
  10. include(CPack)