Skip to content

Commit 7377e21

Browse files
committed
Mac makefiles
1 parent 0864614 commit 7377e21

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

config_mac.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
mkdir build
44
cd build
55
if [ "$1" != "" ] ; then
6-
cmake -G "Xcode" -DBUILD_QT=ON -DBUILD_IMGUI=ON -DCMAKE_BUILD_TYPE=$1 ../
6+
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=$1 -DCMAKE_EXPORT_COMPILE_COMMANDS=YES ../
77
else
8-
cmake -G "Xcode" -DBUILD_QT=ON -DBUILD_IMGUI=ON -DCMAKE_BUILD_TYPE=Release ../
8+
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../
99
fi
1010
cd ../
11-

0 commit comments

Comments
 (0)