summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-01-25 06:16:18 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-01-25 06:16:18 +0000
commitbf7c0e9ffce3e9eba99310bc81c3e37b2e21ad6b (patch)
tree9c6370ca0f31de758ad8253b8ab9c2c9ab07f96b /Graphics/GraphicsEngineOpenGL
parentAdded comments re object ownership in Core Foundation lib (diff)
downloadDiligentCore-bf7c0e9ffce3e9eba99310bc81c3e37b2e21ad6b.tar.gz
DiligentCore-bf7c0e9ffce3e9eba99310bc81c3e37b2e21ad6b.zip
Updated build rules for File2String to avoid issues with clean build command
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
index 457e1253..3ff8988d 100644
--- a/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
+++ b/Graphics/GraphicsEngineOpenGL/CMakeLists.txt
@@ -99,9 +99,8 @@ elseif(PLATFORM_LINUX)
elseif(PLATFORM_MACOS)
list(APPEND SOURCE src/GLContextMacOS.cpp)
list(APPEND INCLUDE include/GLContextMacOS.h)
- set_source_files_properties(
- src/GLContextMacOS.cpp
- COMPILE_FLAGS "-x objective-c++"
+ set_source_files_properties(src/GLContextMacOS.cpp
+ PROPERTIES COMPILE_FLAGS "-x objective-c++"
)
else()
message(FATAL_ERROR "Unknown platform")