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 ed3e709 commit d50621fCopy full SHA for d50621f
java/CMakeLists.txt
@@ -20,3 +20,4 @@ file(GLOB VERSION_SCRIPT CONFIGURE_DEPENDS
20
add_library(yoga SHARED ${SOURCES})
21
target_link_libraries(yoga yogacore)
22
target_link_options(yoga PRIVATE -Wl,--version-script=${VERSION_SCRIPT})
23
+target_include_directories(yoga PRIVATE ${YOGA_ROOT})
0 commit comments