2015-11-06 13:03:02 +02:00
|
|
|
add_subdirectory(display)
|
2015-01-23 03:04:52 +00:00
|
|
|
|
2022-05-07 01:07:12 +03:00
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
2015-11-06 13:03:02 +02:00
|
|
|
# this one doesn't seem to be very portable, Alex
|
|
|
|
add_subdirectory(joystick)
|
|
|
|
endif()
|