fixed: auto_ptr -> unique_ptr
[opensg.git] / Notes.ios
blob0052caed3ab860dc15b87a6563cbb2f088f21950
2 # run cmake to build the simulator libs 
4 cmake -DCMAKE_TOOLCHAIN_FILE=../OpenSG/CMake/IOS/iOS.cmake -DIOS_PLATFORM=SIMULATOR -GXcode ../OpenSG
6 # run cmake to build the device libs 
8 cmake -DCMAKE_TOOLCHAIN_FILE=../OpenSG/CMake/IOS/iOS.cmake -DIOS_PLATFORM=OS -GXcode ../OpenSG
10 # build debug libs
12 xcodebuild -target ALL_BUILD  -configuration Debug
14 # build release libs
16 xcodebuild -target ALL_BUILD  -configuration Release