X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2c30cf43f1c4ab96f3eca849d7eb4923ffed40b1..34b491e735ad47c4805e63f3b83a659b8d10262b:/test/interactive-helper/CMakeLists.txt 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)