repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
kcontrol
/
hardware
/
CMakeLists.txt
blob
d938c9742d822275648ef62bdc4e5a11c84d60f4
1
2
add_subdirectory( display )
3
4
if (CMAKE_SYSTEM_NAME MATCHES Linux)
5
# this one doesn't seem to be very portable, Alex
6
add_subdirectory( joystick )
7
endif (CMAKE_SYSTEM_NAME MATCHES Linux)
8
9