diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-13 01:01:59 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-13 01:01:59 +0000 |
| commit | 1d9850102097a32fc5fb9fce7b5435f376b1225f (patch) | |
| tree | 7247ad7e58cc4d3c179648310bdab7aaa4c72f93 /Graphics/GraphicsEngineD3D11 | |
| parent | Updated CMake files (diff) | |
| download | DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.tar.gz DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.zip | |
Few more updates to cmake lists
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineD3D11/CMakeLists.txt b/Graphics/GraphicsEngineD3D11/CMakeLists.txt index 19b796df..0b59bf48 100644 --- a/Graphics/GraphicsEngineD3D11/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3D11/CMakeLists.txt @@ -138,9 +138,7 @@ target_link_libraries(GraphicsEngineD3D11-static PRIVATE ${PRIVATE_DEPENDENCIES} target_link_libraries(GraphicsEngineD3D11-shared PRIVATE ${PRIVATE_DEPENDENCIES} PUBLIC ${PUBLIC_DEPENDENCIES}) target_compile_definitions(GraphicsEngineD3D11-shared PUBLIC ENGINE_DLL) -source_group("src" FILES - ${SRC} -) +source_group("src" FILES ${SRC} ) source_group("dll" FILES src/DLLMain.cpp |
