From a27b9df80eb077f0a72862eda9c59962cdbcabe4 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 5 Dec 2017 09:36:53 -0800 Subject: Updated cmake files --- Graphics/GraphicsEngineD3D11/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/CMakeLists.txt b/Graphics/GraphicsEngineD3D11/CMakeLists.txt index bb74dfdd..50b52bba 100644 --- a/Graphics/GraphicsEngineD3D11/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3D11/CMakeLists.txt @@ -73,12 +73,14 @@ set(SRC add_library(GraphicsEngineD3D11-static STATIC ${SRC} ${INTERFACE} ${INCLUDE} + readme.md ) add_library(GraphicsEngineD3D11-shared SHARED ${SRC} ${INTERFACE} ${INCLUDE} src/DLLMain.cpp src/GraphicsEngineD3D11.def + readme.md ) set_target_properties(GraphicsEngineD3D11-shared PROPERTIES @@ -120,6 +122,9 @@ target_compile_definitions(GraphicsEngineD3D11-shared PUBLIC ENGINE_DLL) source_group("src" FILES ${SRC} +) + +source_group("dll" FILES src/DLLMain.cpp src/GraphicsEngineD3D11.def ) @@ -133,3 +138,7 @@ set_target_properties(GraphicsEngineD3D11-static PROPERTIES set_target_properties(GraphicsEngineD3D11-shared PROPERTIES FOLDER Core/Graphics ) + +set_source_files_properties( + readme.md PROPERTIES HEADER_FILE_ONLY TRUE +) -- cgit v1.2.3