cmake is not triggered on build command #1551
Replies: 5 comments
-
|
If you're using Check this section in the file: From the CMake docs: It only takes you a few seconds to manually add a new cpp/h file reference to |
Beta Was this translation helpful? Give feedback.
-
|
Yes, but CMakeLists.txt is generated by axmol automatically and it's quite big. Possible solution would be to generate short CMakeLists.txt in |
Beta Was this translation helpful? Give feedback.
-
|
I replaced adding of sources in root CMakeLists.txt: Now |
Beta Was this translation helpful? Give feedback.
-
|
Try add param: |
Beta Was this translation helpful? Give feedback.
-
That is something developers would most likely be doing already, but it may help to add it to the project templates just to make things a little clearer. Consider submitting a PR with the change. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Steps to Reproduce:
axmol build -p osx -a x64 -configOnlybuild_x64folder and open .xcodeproj with XCodeSourcefolderaxmol build -p osx -a x64 -configOnlyagainExpected: xcode project is updated, new source file is added
Actual: nothing changed, to get actual update you must delete CMakeCache.txt and do full rebuild
Beta Was this translation helpful? Give feedback.
All reactions