mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-12 10:31:01 +00:00
build both host and target cmake projects from same root CMakeLists.txt
This commit is contained in:
parent
1430d6d7e2
commit
51209b9c46
@ -1,4 +1,9 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
project(Retro)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
|
||||
add_subdirectory(libretro)
|
||||
add_subdirectory(App2)
|
||||
else()
|
||||
add_subdirectory(MakeAPPL)
|
||||
endif()
|
Loading…
x
Reference in New Issue
Block a user