diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3ea7414..287f9ea 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -15,9 +15,11 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/control.glade # --- Build targets ----------------------------------------------------------- add_executable(enum enum.c) add_executable(grab grab.c) +add_executable(grab-async grab-async.c) target_link_libraries(enum uca) target_link_libraries(grab uca) +target_link_libraries(grab-async uca) if (GTK2_FOUND) include_directories(${GTK2_INCLUDE_DIRS}) |