CMakeLists.txt 159 B

123456789
  1. if(NOT CC_TARGET_OS_ANDROID)
  2. add_subdirectory (GCStress)
  3. endif()
  4. add_subdirectory (ch)
  5. if (NOT STATIC_LIBRARY)
  6. add_subdirectory (ChakraCore)
  7. endif()