building CMake project with external configuration file in Qt Creator
Unsolved
General and Desktop
-
I'm trying to use an existing CMake project in QtCreator. There is something that I haven't figured out yet when importing:
We store the settings for different configurations in separate .cmake-Files which I would usually provide on the commandline using cmake -C configurations/xy.cmake . I tried to add this (-C ...) to the "initial CMake Parameters" list in "build" tab but seems that the file was not used. How can I do this?