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
2020-08-12 22:10:36 -04:00

7 lines
181 B
CMake
Executable file

add_executable(ShaderCompiler main.cpp)
target_link_libraries(ShaderCompiler
PUBLIC
${CROSS_LIBS}
Log)
set_engine_properties(ShaderCompiler)
set_output_dir(ShaderCompiler)