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
2020-09-22 12:54:08 -04:00

13 lines
295 B
CMake
Executable file

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