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 91fd5cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ 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})
target_compile_definitions(yoga PRIVATE YOGA_EXPORT)

0 comments on commit 91fd5cf

Please sign in to comment.