-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build system #12
Build system #12
Conversation
…ered as a static library for further use in ios/android build process
…android folder, modified vboMesh to use non-constant iterators
@@ -0,0 +1,35 @@ | |||
# options | |||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -stdlib=libc++ -std=c++0x") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @karimnaaji, is there a reason for using c++0x and not c++11?
c++11 was formally named c++0x.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only reason is I used to use this flag, we should definitely update it to c++11.
Build-system with the corresponding Android/iOS/OS X toolchains cmake files, mainly architecture changes with new CMake build files.
Architecture changes
Source code changes