MAKE: added target to build via cmake

This commit is contained in:
Martin Gerhardy 2021-07-24 13:23:18 +02:00 committed by Eugene Sandulenko
parent 585b112d6b
commit c451310a88

View file

@ -133,3 +133,14 @@ print-version:
print-distversion:
@echo $(DISTVERSION)
devtools/create_project/cmake/build/create_project:
cmake -Hdevtools/create_project/cmake -Bdevtools/create_project/cmake/build/
cmake --build devtools/create_project/cmake/build/
CMakeLists.txt: devtools/create_project/cmake/build/create_project config.mk
./devtools/create_project/cmake/build/create_project . --cmake $(SAVED_CONFIGFLAGS)
cmake: CMakeLists.txt
cmake -H. -Bbuild
cmake --build build