mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-08 17:15:45 +00:00
Dynamic Build
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
commands: |
|
commands: |
|
||||||
mkdir build2
|
mkdir build2
|
||||||
cd build2
|
cd build2
|
||||||
cmake -S .. -B . -DTESSESFRAMEWORK_ENABLE_SHARED=ON -DTESSESFRAMEWORK_ENABLE_STATIC=OFF
|
cmake -S .. -B . -DTESSESFRAMEWORK_ENABLE_SHARED=ON -DTESSESFRAMEWORK_ENABLE_STATIC=OFF -DTESSESFRAMEWORK_FETCHCONTENT=ON
|
||||||
make -j12
|
make -j12
|
||||||
make install DESTDIR=../crosslang
|
make install DESTDIR=../crosslang
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user