MAKE: added target to build via cmake
This commit is contained in:
parent
585b112d6b
commit
c451310a88
1 changed files with 11 additions and 0 deletions
11
Makefile
11
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue