From 9fc2f9aee3b10ef0bdff2531df345c1718fbf479 Mon Sep 17 00:00:00 2001 From: Theofilos Intzoglou Date: Tue, 11 Oct 2011 18:30:21 +0300 Subject: Install test programs for now to test the library using an ebuild --- src/Qt4/tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Qt4/tests/CMakeLists.txt b/src/Qt4/tests/CMakeLists.txt index a2b1e28..dafa910 100644 --- a/src/Qt4/tests/CMakeLists.txt +++ b/src/Qt4/tests/CMakeLists.txt @@ -4,3 +4,5 @@ add_executable(QPackagepropertiesTest qpackageproperties_test.cpp) target_link_libraries(QPackagepropertiesTest cpp-portage) add_executable(QPortagesettingsTest qportagesettings_test.cpp) target_link_libraries(QPortagesettingsTest cpp-portage) + +install(TARGETS QtWrapperTest QPackagepropertiesTest QPortagesettingsTest DESTINATION bin) \ No newline at end of file -- cgit v1.2.3-65-gdbad