mirror of https://github.com/AxioDL/metaforce.git
Add dummy atdna target for shaderc
This commit is contained in:
parent
673ce0063b
commit
c995643f9c
|
@ -100,8 +100,8 @@ jobs:
|
|||
brew install ninja graphicsmagick imagemagick ccache
|
||||
yarn global add create-dmg
|
||||
# universal qt5 from macports
|
||||
curl -LSfs https://axiodl.com/files/qt5-$Qt_VERSION.mkpkg -o /tmp/qt5-$Qt_VERSION.mkpkg
|
||||
sudo installer -pkg /tmp/qt5-$Qt_VERSION.mkpkg -target /
|
||||
curl -LSfs https://axiodl.com/files/qt-$Qt_VERSION.mpkg -o /tmp/qt-$Qt_VERSION.mpkg
|
||||
sudo installer -pkg /tmp/qt-$Qt_VERSION.mpkg -target /
|
||||
|
||||
- name: Install Intel IPP
|
||||
run: |
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue