CMakeLists.txt 338 B

123456789101112
  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/tmsgheaders.c)
  10. target_link_libraries(TMSG44_CoolPi m)