6 lines
299 B
Bash
Executable File
6 lines
299 B
Bash
Executable File
rm CMakeCache.txt
|
|
cp "./Adventures in Lestoria/discord_game_sdk.so" .
|
|
cp "./Adventures in Lestoria/libsteam_api.so" .
|
|
git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp"
|
|
cmake -DTEST_ONLY=ON -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release .;make -j 8
|