From 4c20c4090a3c2c7bde2b4f88c5d8b66e8fb7c53f Mon Sep 17 00:00:00 2001 From: Theofilos Intzoglou Date: Thu, 6 Oct 2011 19:48:02 +0300 Subject: Forgot to tell cmake to install the library! --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8551779..cfbbc14 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,7 @@ find_package(PythonLibs REQUIRED) include_directories(${PYTHON_INCLUDE_DIRS}) add_definitions(-std=c99) add_library(c-portage dataconnect.c dict.c flag.c interpreter.c packageproperties.c portagesettings.c stringlist.c tester.c) +install(TARGETS c-portage DESTINATION lib) option(CppPortage "Enable c++ wrapper for c-portage (uses Qt4)") -- cgit v1.2.3-65-gdbad