aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBenoit Neil <suky0001@free.fr>2009-04-06 20:44:01 +0000
committerBenoit Neil <suky0001@free.fr>2009-04-06 20:44:01 +0000
commit06047d91036130bce6fde44ee481582c1a979706 (patch)
treef37938ce4554019ac494abb5821666c77d408807 /CMakeLists.txt
parent2362637e9049d01138ee8d4fd4c8cafb563f693a (diff)
Added curl (exe) target, fixed static/dynamic linking errors.
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2090e2e2..71442e47e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,12 @@
# by [PUT YOUR REAL NAME TETEST!] and Sukender (Benoit Neil)
# TODO:
-# Check on Linux, Mac
+# Add tests sub project
+# Add full (4 or 5 libs) SSL support
+# Add INSTALL target
+# Check on all possible platforms
+# Test with as many configurations possible (With or without any option)
+# Create scripts that help keeping the CMake build system up to date (to reduce maintenance)
# Add documentation subproject
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2 FATAL_ERROR)
@@ -734,7 +739,7 @@ ENDIF(CMAKE_COMPILER_IS_GNUCC AND APPLE)
INCLUDE(CMake/OtherTests.cmake)
-ADD_DEFINITIONS(-DHAVE_CONFIG_H -DCURL_STATICLIB)
+ADD_DEFINITIONS(-DHAVE_CONFIG_H)
# For windows, do not allow the compiler to use default target (Vista).
IF(WIN32)
@@ -746,7 +751,7 @@ IF(MSVC)
ENDIF(MSVC)
ADD_SUBDIRECTORY(lib)
-# ADD_SUBDIRECTORY(src)
+ADD_SUBDIRECTORY(src)
# This needs to be run very last so other parts of the scripts can take advantage of this.
IF(NOT CURL_CONFIG_HAS_BEEN_RUN_BEFORE)