3733da1af7
In qapple we use QSettings. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
19 lines
279 B
CMake
19 lines
279 B
CMake
include_directories(/usr/include/libevdev-1.0)
|
|
|
|
add_executable(applen
|
|
main.cpp
|
|
world.cpp
|
|
colors.cpp
|
|
evdevpaddle.cpp
|
|
nframe.cpp
|
|
asciiart.cpp
|
|
resources.cpp
|
|
configuration.cpp
|
|
)
|
|
|
|
target_link_libraries(applen
|
|
boost_program_options
|
|
appleii
|
|
ncursesw
|
|
evdev
|
|
)
|