CMakeLists.txt 123 B

12345678910
  1. add_subdirectory(test-input)
  2. if(WIN32)
  3. add_subdirectory(win)
  4. endif()
  5. if(APPLE AND UNIX)
  6. add_subdirectory(osx)
  7. endif()