diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 14:49:16 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 14:49:16 -0400 |
commit | 8ca8f7fbf06ac9ce5f2817e31d6bae330f243aa1 (patch) | |
tree | c4c5f0f70234d8dc3a6e3fc4995af0053e144035 /CMakeLists.txt | |
parent | 913fc3cf402788ec671102f76ad27dc9436be6f6 (diff) |
added full error checker
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c02b3ef..d14929f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ add_executable(instr-daemon instr-daemon.c ) add_executable(instr-client instr-client.c) -target_link_libraries(instr-daemon gio-2.0 gobject-2.0 glib-2.0 mhash) +target_link_libraries(instr-daemon gio-2.0 gobject-2.0 glib-2.0 mhash m) target_link_libraries(instr-client gio-2.0 gobject-2.0 glib-2.0) INSTALL(TARGETS instr-daemon instr-client |