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

8 lines
181 B
Text
Raw Normal View History

2020-08-11 12:07:21 -04:00
add_executable(ShaderCompiler main.cpp)
target_link_libraries(ShaderCompiler
PUBLIC
2020-08-12 22:10:36 -04:00
${CROSS_LIBS}
2020-08-11 12:07:21 -04:00
Log)
set_engine_properties(ShaderCompiler)
set_output_dir(ShaderCompiler)