Skip to content

Commit 711e72d

Browse files
committed
Add install instruction
1 parent cd9a4da commit 711e72d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

export.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959

6060
function cmake_i()
6161
{
62-
cmake "$@" || exit
62+
cmake -DUIMGUI_INSTALL=ON "$@" || exit
6363
}
6464

6565
jobs=$(grep -c processor /proc/cpuinfo)

0 commit comments

Comments
 (0)