From 9ae810fbd3eae954b0dfab1bc4d375fab35c47a0 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 18 Sep 2019 23:48:38 -0700 Subject: [PATCH] Minor CMake Update --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 362b843..d1c8739 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,11 @@ add_library (directxtex STATIC DirectXTex/DirectXTexWIC.cpp ) +source_group(DirectXTex REGULAR_EXPRESSION DirectXTex/*.*) +source_group(texassemble REGULAR_EXPRESSION texassemble/*.*) +source_group(texconv REGULAR_EXPRESSION texconv/*.*) +source_group(texdiag REGULAR_EXPRESSION texdiag/*.*) + target_include_directories( directxtex PUBLIC DirectXTex ) target_compile_options( directxtex PRIVATE /fp:fast )