diff options
Diffstat (limited to 'test/interactive-helper/CMakeLists.txt')
-rw-r--r-- | test/interactive-helper/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/interactive-helper/CMakeLists.txt b/test/interactive-helper/CMakeLists.txt index 423fa30e6..5a32ca17e 100644 --- a/test/interactive-helper/CMakeLists.txt +++ b/test/interactive-helper/CMakeLists.txt @@ -6,6 +6,8 @@ add_executable(extract-control extract-control.cc) target_link_libraries(extract-control apt-pkg apt-inst) add_executable(aptwebserver aptwebserver.cc) target_link_libraries(aptwebserver apt-pkg ${CMAKE_THREAD_LIBS_INIT}) +add_executable(aptdropprivs aptdropprivs.cc) +target_link_libraries(aptdropprivs apt-pkg) add_executable(test_fileutl test_fileutl.cc) target_link_libraries(test_fileutl apt-pkg) |