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 4e0cb08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_VERBOSE_MAKEFILE on)
set(YOGA_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/..)
include(${YOGA_ROOT}/cmake/project-defaults.cmake)

add_subdirectory(${YOGA_ROOT}/yoga ${CMAKE_CURRENT_BINARY_DIR}/yoga)
add_subdirectory(${YOGA_ROOT} ${YOGA_ROOT}/yoga ${CMAKE_CURRENT_BINARY_DIR}/yoga)

file(GLOB SOURCES CONFIGURE_DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/jni/*.cpp)
Expand All @@ -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 4e0cb08

Please sign in to comment.