1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 15:19:56 +00:00

Minor CMake Update

This commit is contained in:
Chuck Walbourn 2019-09-18 23:48:38 -07:00
parent f4954ce11b
commit 9ae810fbd3

View File

@ -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 )