Dear all,
I'm trying to create the following situation, but so far I did not
manage to do so with the examples I found on the Internet.
I have:
build_linux\
CMakeLists.txt
src
ui
mainWindow.ui
main.cxx
main.h
CMakeLists.cxx
The root CMakeLists uses SUBDIR to run the CMakeLists for
Dear all,
Is it possible to include the generator choice into the CMakeLists.txt?
I know for windows the CMake tool allows to configure the development
environment. But for Linux you have to configure it using a parameter
for CMake. I would like to incorporate this in my CMakeList if possible.
F