CMakeLists.txt 92 B

12345678
  1. include_directories(.)
  2. list(APPEND SOURCES
  3. system/smd/smd.c
  4. )
  5. exports_to_parent_scope()