diff --git a/CMakeLists.txt b/CMakeLists.txt index 711a58a1a4..feb0d96724 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() \ No newline at end of file