konaclient-gtk/libkonaclient-test/CMakeLists.txt

11 lines
305 B
CMake
Raw Permalink Normal View History

2016-06-08 18:20:16 +02:00
aux_source_directory(. SRC_LIST)
2016-06-12 18:01:24 +02:00
include_directories(../libkonaclient)
link_directories(${GTK3_LIBRARY_DIRS} libkonaclient)
2016-06-08 18:20:16 +02:00
add_definitions(${GTK3_CFLAGS_OTHER})
add_executable(libkonaclient-test ${SRC_LIST})
# Link the target to the GTK+ libraries
2016-06-12 18:01:24 +02:00
target_link_libraries(libkonaclient-test konaclient)