Skip to content

Commit d50621f

Browse files
committed
remove private flag
1 parent ed3e709 commit d50621f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ file(GLOB VERSION_SCRIPT CONFIGURE_DEPENDS
2020
add_library(yoga SHARED ${SOURCES})
2121
target_link_libraries(yoga yogacore)
2222
target_link_options(yoga PRIVATE -Wl,--version-script=${VERSION_SCRIPT})
23+
target_include_directories(yoga PRIVATE ${YOGA_ROOT})

0 commit comments

Comments
 (0)