Skip to content

Commit

Permalink
remove private flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Jul 15, 2024
1 parent ed3e709 commit d50621f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ file(GLOB VERSION_SCRIPT CONFIGURE_DEPENDS
add_library(yoga SHARED ${SOURCES})
target_link_libraries(yoga yogacore)
target_link_options(yoga PRIVATE -Wl,--version-script=${VERSION_SCRIPT})
target_include_directories(yoga PRIVATE ${YOGA_ROOT})

0 comments on commit d50621f

Please sign in to comment.