mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
10 lines
196 B
Text
10 lines
196 B
Text
![]() |
|
||
|
add_subdirectory( display )
|
||
|
|
||
|
if (CMAKE_SYSTEM_NAME MATCHES Linux)
|
||
|
# this one doesn't seem to be very portable, Alex
|
||
|
add_subdirectory( joystick )
|
||
|
endif (CMAKE_SYSTEM_NAME MATCHES Linux)
|
||
|
|
||
|
|