CMake for iOS. How to implement correctly Objective-C/Objective-CPP with CMake?
-
-
Solution found. Since CMake 3.16 Objective-C and Objective-C++ files could be recognised automatically. Here the release notes https://cmake.org/cmake/help/v3.16/release/3.16.html But it will require to write much more code in CMake file than in QMake. The detailed information here https://gitlab.kitware.com/cmake/cmake/-/merge_requests/3811
Got published example of simple Objective-C/Objective-C++ using in Qt with CMake.
Issue closed. Happy iOS coding for everyone.