Created
July 18, 2021 18:14
-
-
Save SmallJoker/ddd4181f5d7b2cee4c5348fbf8bed411 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd irrlicht | |
# Fake installation dir | |
mkdir -p __output/include | |
mkdir -p __output/lib/cmake/IrrlichtMt | |
ln -sf ../../include __output/include/irrlichtmt | |
cp -f IrrlichtMt*.cmake __output/lib/cmake/IrrlichtMt/ | |
cp -fP lib/Linux/libIrrlichtMt* __output/lib/ | |
cp -fr CMakeFiles/Export/lib/cmake __output/lib/ | |
#cmake . -DCMAKE_INSTALL_PREFIX=bin/ | |
make -j | |
#make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment