Skip to content

Instantly share code, notes, and snippets.

View abhinema's full-sized avatar

Abhishek Nema abhinema

View GitHub Profile
@abhinema
abhinema / gist:bb441aa870ed9337381b942b8c8612d4
Created April 18, 2020 06:04
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