diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-16 05:45:12 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-16 05:45:12 +0000 |
| commit | c1fb4223657e5c2016f29068897d1cab74f6ed64 (patch) | |
| tree | 8771ee967b2c13a0e8425b06146287c76fc5a32e /Graphics/GraphicsEngineOpenGL | |
| parent | CMake: enabling Android build (diff) | |
| download | DiligentCore-c1fb4223657e5c2016f29068897d1cab74f6ed64.tar.gz DiligentCore-c1fb4223657e5c2016f29068897d1cab74f6ed64.zip | |
Minor updates to CMake files
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/CMakeLists.txt | 2 |
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() |
