Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/tools/CMakeLists.txt

13 lines
300 B
CMake
Executable file

set(CMAKE_FOLDER "Tools")
if(NOT NEEDS_HOSTED_SHADER_COMPILER)
add_subdirectory(shadercompiler)
endif()
if(BUILD_TOOLS)
add_subdirectory(common)
add_subdirectory(fontcompiler)
add_subdirectory(editor)
add_subdirectory(modelcompiler)
add_subdirectory(cutsceneeditor)
endif()