From: Klaus Kaempf Date: Tue, 12 Feb 2008 17:28:00 +0000 (+0000) Subject: Introduce 'application layer' below sat-solver/applayer. X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3100addce467fced727af943fb8e799b43594d;p=thirdparty%2Flibsolv.git Introduce 'application layer' below sat-solver/applayer. Primarily for the SWIG bindings, this layer makes using sat-solver a bit easier by abstracting from sat-solver internals to more application specific objects. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 92ea5c7e..26363466 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,7 @@ set ( CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS} -g3 -O0" ) ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(tools) +ADD_SUBDIRECTORY(applayer) IF( EXISTS "${CMAKE_SOURCE_DIR}/testsuite" ) ADD_SUBDIRECTORY(testsuite)