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 049febd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/project-defaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)

add_compile_definitions($<$<CONFIG:DEBUG>:DEBUG>)

Expand Down
1 change: 1 addition & 0 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
cmake_minimum_required(VERSION 3.13...3.26)
project(yogajni)
set(CMAKE_VERBOSE_MAKEFILE on)
set(BUILD_SHARED_LIBS on)

set(YOGA_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/..)
include(${YOGA_ROOT}/cmake/project-defaults.cmake)
Expand Down

0 comments on commit 049febd

Please sign in to comment.