X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/bccb344412a0e97afdf0aaaf41a31124c84f6eaa..58608941e6b58a46109b7cd875716b3d8054c4bf:/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)