summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-16 05:45:12 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-16 05:45:12 +0000
commitc1fb4223657e5c2016f29068897d1cab74f6ed64 (patch)
tree8771ee967b2c13a0e8425b06146287c76fc5a32e /Graphics/GraphicsEngineOpenGL
parentCMake: enabling Android build (diff)
downloadDiligentCore-c1fb4223657e5c2016f29068897d1cab74f6ed64.tar.gz
DiligentCore-c1fb4223657e5c2016f29068897d1cab74f6ed64.zip
Minor updates to CMake files
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
index bb257613..149817c2 100644
--- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
+++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
@@ -150,7 +150,7 @@ elseif(PLATFORM_ANDROID)
set(PRIVATE_DEPENDENCIES ${PRIVATE_DEPENDENCIES} GLESv3 EGL android)
target_compile_definitions(GraphicsEngineOpenGL-static PRIVATE BUILDING_DLL USE_GL3_STUB=0)
target_compile_definitions(GraphicsEngineOpenGL-shared PRIVATE BUILDING_DLL USE_GL3_STUB=0)
- # LOCAL_CFLAGS := -fvisibility=hidden
+ set_target_properties(GraphicsEngineOpenGL-shared PROPERTIES CXX_VISIBILITY_PRESET hidden) # -fvisibility=hidden
else()
message(FATAL_ERROR "Unknown platform")
endif()