CMakeLists.txt 231 B

1234567891011
  1. if(NOT CC_LIBS_ONLY_BUILD)
  2. if(NOT (CC_TARGET_OS_ANDROID OR ENABLE_VALGRIND))
  3. add_subdirectory (GCStress)
  4. endif()
  5. add_subdirectory (ch)
  6. endif()
  7. if (NOT STATIC_LIBRARY)
  8. add_subdirectory (ChakraCore)
  9. endif()