CMakeLists.txt 364 B

12345678910111213
  1. cmake_minimum_required(VERSION 3.5.0)
  2. project(TMSG44_CoolPi VERSION 0.1.0 LANGUAGES C CXX)
  3. add_executable(TMSG44_CoolPi command.c main.c
  4. Devices/ad9912.c
  5. Devices/lmk04821.c
  6. Devices/lmx2594.c
  7. Devices/dac8811.c
  8. Devices/max2870.c
  9. Devices/pe43711.c
  10. Devices/tmsgheaders.c)
  11. target_link_libraries(TMSG44_CoolPi m)