CMakeLists.txt 96 B

1234567
  1. set(SUBDIRS "linux")
  2. foreach(subdir ${SUBDIRS})
  3. add_subdirectory(${subdir})
  4. endforeach()