CMakeLists.txt 147 B

1234567
  1. set(COMPONENT_SRCS "eri.c"
  2. "trax.c")
  3. set(COMPONENT_ADD_INCLUDEDIRS "include")
  4. set(COMPONENT_REQUIRES "")
  5. register_component()