diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-01-25 06:16:18 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-01-25 06:16:18 +0000 |
| commit | bf7c0e9ffce3e9eba99310bc81c3e37b2e21ad6b (patch) | |
| tree | 9c6370ca0f31de758ad8253b8ab9c2c9ab07f96b /Graphics/GraphicsEngineOpenGL | |
| parent | Added comments re object ownership in Core Foundation lib (diff) | |
| download | DiligentCore-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.txt | 5 |
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") |
