[Scummvm-git-logs] scummvm master -> c451310a88a3d1b29681abccf51a3e60783b0da9

sev- sev at scummvm.org
Tue Jul 27 18:47:50 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c451310a88 MAKE: added target to build via cmake


Commit: c451310a88a3d1b29681abccf51a3e60783b0da9
    https://github.com/scummvm/scummvm/commit/c451310a88a3d1b29681abccf51a3e60783b0da9
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2021-07-27T20:47:47+02:00

Commit Message:
MAKE: added target to build via cmake

Changed paths:
    Makefile


diff --git a/Makefile b/Makefile
index 0042df6740..2f29cd6c1d 100644
--- a/Makefile
+++ b/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




More information about the Scummvm-git-logs mailing list