2
0

CMakeLists.txt 320 B

1234567891011
  1. # xplat-todo: This is a skeleton make file and not used in build yet.
  2. # Please add this to build and fix issues.
  3. add_library (Chakra.Runtime.Math
  4. AsmJsMath.cpp
  5. JavascriptSSE2MathOperators.cpp
  6. RuntimeMathPch.cpp
  7. )
  8. target_include_directories (
  9. Chakra.Runtime.Math PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})