We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f262ae commit 2314bc2Copy full SHA for 2314bc2
jerry-core/CMakeLists.txt
@@ -231,3 +231,7 @@ target_include_directories(${JERRY_CORE_NAME} PUBLIC ${INCLUDE_CORE})
231
if (JERRY_LIBC)
232
target_include_directories(${JERRY_CORE_NAME} SYSTEM PRIVATE "${CMAKE_SOURCE_DIR}/jerry-libc/include")
233
endif()
234
+
235
+if (JERRY_LIBM)
236
+ target_include_directories(${JERRY_CORE_NAME} SYSTEM PRIVATE "${CMAKE_SOURCE_DIR}/jerry-libm/include")
237
+endif()
0 commit comments