7 lines
181 B
CMake
Executable file
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)
|