diff options
Diffstat (limited to 'inject/CMakeLists.txt')
-rw-r--r-- | inject/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inject/CMakeLists.txt b/inject/CMakeLists.txt index 4391513c..0b556502 100644 --- a/inject/CMakeLists.txt +++ b/inject/CMakeLists.txt @@ -18,6 +18,7 @@ set_target_properties (injector PROPERTIES OUTPUT_NAME inject ) target_link_libraries (injector + ${GETOPT_LIBRARIES} devcon psapi ) |