mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
cmake generate, posix on windows (nw)
This commit is contained in:
parent
46fea439c0
commit
c35dee1371
2
makefile
2
makefile
@ -1414,7 +1414,7 @@ endif
|
||||
.PHONY: cmake
|
||||
cmake: generate
|
||||
$(SILENT) $(GENIE) $(PARAMS) $(TARGET_PARAMS) cmake
|
||||
ifeq ($(OS),windows)
|
||||
ifneq (posix,$(SHELLTYPE))
|
||||
$(SILENT)echo cmake_minimum_required(VERSION 2.8.4) > CMakeLists.txt
|
||||
$(SILENT)echo add_subdirectory($(PROJECTDIR)/cmake) >> CMakeLists.txt
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user