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 )