diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-12 20:32:29 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-12 20:32:29 +0000 |
| commit | eb2860d4a157da10c7672ff48e88d8d2e382a366 (patch) | |
| tree | 940527b1d22b8bb079761b4dbdd2bcbf98d45437 /UnitTests/IncludeTest | |
| parent | Fixed IncludeTest (removed TextureLoader which is in GraphicsTools module) (diff) | |
| download | DiligentCore-eb2860d4a157da10c7672ff48e88d8d2e382a366.tar.gz DiligentCore-eb2860d4a157da10c7672ff48e88d8d2e382a366.zip | |
Added multithreaded resource creation test
Diffstat (limited to 'UnitTests/IncludeTest')
| -rw-r--r-- | UnitTests/IncludeTest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTests/IncludeTest/CMakeLists.txt b/UnitTests/IncludeTest/CMakeLists.txt index 29c630e8..3208c23f 100644 --- a/UnitTests/IncludeTest/CMakeLists.txt +++ b/UnitTests/IncludeTest/CMakeLists.txt @@ -41,7 +41,7 @@ if(MSVC) ) endif() -source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCE} ${INCLUDE} ${SHADERS}) +source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCE}) set_target_properties(DiligentCore-IncludeTest PROPERTIES FOLDER "DiligentCore/Tests" |
