Skip to content

Instantly share code, notes, and snippets.

@ibogun
Last active August 29, 2015 14:11
Show Gist options
  • Save ibogun/8aa609f964b953d55aea to your computer and use it in GitHub Desktop.
Save ibogun/8aa609f964b953d55aea to your computer and use it in GitHub Desktop.
generate Xcode project using make
// prior to cmake -G Xcode ..
//do the following
export PATH="$(dirname $(xcrun --find make)):$PATH"
export CC="$(xcrun --find cc)"
export CXX="$(xcrun --find c++)"
cmake -G Xcode ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment