From b724820e7956e387351a8fba2142368d71a26f76 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Nov 2014 19:57:38 +0100 Subject: yawa.c: remove getHex, replace with inline strtol loop --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1b1f209..544cb87 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable(yawa yawa.c) target_link_libraries (yawa X11) target_link_libraries (yawa Imlib2) +target_link_libraries (yawa bsd) install(TARGETS yawa DESTINATION bin) -- cgit v1.2.3-54-g00ecf