forked from datacratic/curlpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
36 lines (23 loc) · 713 Bytes
/
CMakeLists.txt
File metadata and controls
36 lines (23 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#find_package(boost REQUIRED)
#include(MacroLibrary)
#include(ConvenienceLibs.cmake)
#include(ManualStuff.cmake)
#include(ConfigureChecks.cmake)
#include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
add_subdirectory(src)
add_subdirectory(include)
add_subdirectory(examples)
add_subdirectory(doc)
########### install files ###############
install(FILES curlpp-config DESTINATION )
install(FILES curlpp.pc DESTINATION )
#original Makefile.am contents follow:
#ACLOCAL_AMFLAGS = -I m4
#SUBDIRS = src include examples doc
#EXTRA_DIST = curlpp.vcproj curlpp.sln CHANGES curlpp.spec
#
#pkgconfigdir = $(libdir)/pkgconfig
#pkgconfig_DATA = curlpp.pc
#
#bin_SCRIPTS = curlpp-config
#