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/shadercompiler/CMakeLists.txt

9 lines
211 B
Text
Raw Normal View History

add_executable(ShaderCompilerTool main.cpp)
target_link_libraries(ShaderCompilerTool
PRIVATE
ShaderCompiler
Log
Utility)
set_engine_properties(ShaderCompilerTool)
set_output_dir(ShaderCompilerTool)