src/CMakeLists.txt
branchv_0
changeset 9 52638b548a59
parent 0 ea26b3359fed
equal deleted inserted replaced
8:04aa5591eee3 9:52638b548a59
    12 #
    12 #
    13 # You should have received a copy of the GNU General Public License
    13 # You should have received a copy of the GNU General Public License
    14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    15 
    15 
    16 set(EXECUTABLE_FILE "relpipe-in-mimetable")
    16 set(EXECUTABLE_FILE "relpipe-in-mimetable")
    17 set(EXECUTABLE_FILE_JSON "relpipe-in-jsontable")
       
    18 
    17 
    19 # Relpipe libraries:
    18 # Relpipe libraries:
    20 INCLUDE(FindPkgConfig)
    19 INCLUDE(FindPkgConfig)
    21 pkg_check_modules (RELPIPE_LIBS relpipe-lib-writer.cpp relpipe-lib-cli.cpp libxml++-2.6 vmime)
    20 pkg_check_modules (RELPIPE_LIBS relpipe-lib-writer.cpp relpipe-lib-cli.cpp libxml++-2.6 vmime)
    22 include_directories(${RELPIPE_LIBS_INCLUDE_DIRS})
    21 include_directories(${RELPIPE_LIBS_INCLUDE_DIRS})