2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 11:44:55 +00:00

Add dummy atdna target for shaderc

This commit is contained in:
2021-04-18 11:30:33 -04:00
parent 673ce0063b
commit c995643f9c
2 changed files with 3 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ endif ()
# two step: --target shaderc, --target install
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY true)
add_custom_target(atdna) # avoid building
add_subdirectory(../../extern/athena athena)
add_subdirectory(../../extern/boo boo)