Closed MartinDelille closed 1 year ago
I was thinking it would be maybe better to have the CMakeLists.txt file in the root directory.
It seems to be quite standard for a C++ project and it allow me to have the simple CMakeLists.txt file in my vendors/ folder:
CMakeLists.txt
vendors/
add_subdirectory(QtAwesome) ...
It looks good to be able to use it that way. Thanks for contributing!
I was thinking it would be maybe better to have the CMakeLists.txt file in the root directory.
It seems to be quite standard for a C++ project and it allow me to have the simple
CMakeLists.txt
file in myvendors/
folder: