Retro68/CMakeLists.txt

9 lines
181 B
CMake
Raw Normal View History

2012-04-05 22:45:04 +00:00
cmake_minimum_required(VERSION 2.8)
2012-04-05 23:43:44 +00:00
project(Retro)
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
2012-04-05 22:45:04 +00:00
add_subdirectory(libretro)
add_subdirectory(App2)
else()
add_subdirectory(MakeAPPL)
endif()