Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
32 lines
832 B
CMake
32 lines
832 B
CMake
|
|
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
|
|
|
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install(FILES Easy.hpp Easy.inl Exception.hpp Form.hpp Info.hpp Info.inl Infos.hpp Multi.hpp Option.hpp Option.inl OptionBase.hpp Options.hpp Types.hpp cURLpp.hpp config.h.in config.h.sample config.win32.h DESTINATION /include/curlpp)
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#pkginclude_HEADERS = \
|
|
# Easy.hpp Easy.inl \
|
|
# Exception.hpp \
|
|
# Form.hpp \
|
|
# Info.hpp Info.inl \
|
|
# Infos.hpp \
|
|
# Multi.hpp \
|
|
# Option.hpp Option.inl \
|
|
# OptionBase.hpp \
|
|
# Options.hpp \
|
|
# Types.hpp \
|
|
# cURLpp.hpp \
|
|
# config.h.in \
|
|
# config.h.sample \
|
|
# config.win32.h
|
|
#
|
|
#pkgincludedir=$(includedir)/curlpp
|