You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some years back I tried going towards CMake but had to give up back then. It should be possible but I'm not aware of anyone using CMake with the project.
As always people are welcome to chime in
Is there any way for using CMakeLists.txt because my project is currently built with CMakeLists.txt?
Port your *.pro files to CMake files using pro2cmake, remove the unnecessary parts, patch the *.h, *.cpp and *.mm files where it is needed, and add a *.swift file and reference it in your CMakeLists.txt.
Is there any way for using CMakeLists.txt because my project is currently built with CMakeLists.txt?
The text was updated successfully, but these errors were encountered: