Skip to content

Instantly share code, notes, and snippets.

@abhinema
Created April 18, 2020 06:04
Show Gist options
  • Save abhinema/bb441aa870ed9337381b942b8c8612d4 to your computer and use it in GitHub Desktop.
Save abhinema/bb441aa870ed9337381b942b8c8612d4 to your computer and use it in GitHub Desktop.
How to run CMake C++ projects on Xcode Mac OS
First of all reset xcode from terminal with --> sudo xcode-select --reset
to create xcode based project from cmake file. run --> cmake .. -DWITH_INTEGER=ON -GXcode
@abhinema
Copy link
Author

  1. cmake .. -DWITH_STRING=ON -DAPPLE=ON -GXcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment