Everything builds and works again.
[fail.git] / src / services / lua / test / CMakeLists.txt
blobc8eabb54211006b947710638742ee202ca860278
1 AIC( luatest.aidl awful::luatest )
3 add_executable( luatest
4         main.cpp
5         testapp.cpp
6         Meh.cpp
7         services.cpp
8         module_awful-luatest.h
11 target_link_libraries( luatest lua awlua )
13 if( HAVE_READLINE )
14         add_definitions( -DLUA_USE_READLINE )
15         target_link_libraries( luatest readline )
16 endif( HAVE_READLINE )
18 install( TARGETS luatest DESTINATION bin )