7 lines
92 B
CMake
7 lines
92 B
CMake
|
|
if(LISA_UI_SIM)
|
|
add_subdirectory(linux_sdl2)
|
|
else()
|
|
add_subdirectory(arcs)
|
|
endif()
|