From 1d9850102097a32fc5fb9fce7b5435f376b1225f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 12 Dec 2017 17:01:59 -0800 Subject: Few more updates to cmake lists --- Graphics/GraphicsEngineD3D11/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Graphics/GraphicsEngineD3D11') 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 -- cgit v1.2.3