We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0864614 commit 7377e21Copy full SHA for 7377e21
1 file changed
config_mac.sh
@@ -3,9 +3,8 @@
3
mkdir build
4
cd build
5
if [ "$1" != "" ] ; then
6
-cmake -G "Xcode" -DBUILD_QT=ON -DBUILD_IMGUI=ON -DCMAKE_BUILD_TYPE=$1 ../
+cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=$1 -DCMAKE_EXPORT_COMPILE_COMMANDS=YES ../
7
else
8
-cmake -G "Xcode" -DBUILD_QT=ON -DBUILD_IMGUI=ON -DCMAKE_BUILD_TYPE=Release ../
+cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../
9
fi
10
cd ../
11
-
0 commit comments