Organize CMake source groups

This commit is contained in:
2024-08-17 14:56:43 -07:00
parent a5780cea2b
commit a9029193d7
2 changed files with 14 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ add_source_and_header(KRPresentationThread)
add_source_and_header(KRRenderGraph)
add_source_and_header(KRRenderGraphBlackFrame)
add_source_and_header(KRRenderSettings)
add_sources(KRResource+blend)
add_sources(KRResource+blend.cpp)
# add_source(KRResource+fbx.cpp) # TODO - Locate FBX SDK dependencies
add_sources(KRResource+obj.cpp)
add_private_headers(KRResource.h)
@@ -89,5 +89,3 @@ add_source_and_header(KRTextureTGA)
add_source_and_header(KRUnknown)
add_source_and_header(KRUnknownManager)
add_source_and_header(KRViewport)
add_source_and_header(../3rdparty/tinyxml2/tinyxml2)
add_source_and_header(../3rdparty/forsyth/forsyth)