Subdirs project with cmake
Unsolved
General and Desktop
-
Hi,
I want to make a project that will contain 3 sub projects,
One will be c++ library second will be desktop application and 3rd will be QML application. I want it to be built in cmake not qmake and I don't know how to do it. Maybe someone knows some tutorials or how to start such a project? -
Adding a subdir can be done with add_subdirectories(). How creating a lib or executable can be found here.