summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-07-09 00:19:46 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-07-09 00:19:46 -0400
commit43e75a849e57225aa03a2396d0e39ee8b81b0615 (patch)
tree3a00f34125c366265c9e47c1b1100e25fcdf5a9d /cmake
parent7fa0bf86fa812dc30bbd48a679b0bb9a4afdfe4a (diff)
Initial work on hierarchy.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 4e51731..d2dfa18 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.6)
-project(DP_SOURCE_EXTENSION)
+project(CALC_DP_CONNECTOR)
set(TARGET_NAME sapconnector.uno)
set(SHARED_LIB_NAME lib${TARGET_NAME}.so)
@@ -30,6 +30,7 @@ set(SRC_FILES
../source/dpdimensions.cxx
../source/dpdimension.cxx
../source/dphierarchies.cxx
+ ../source/dphierarchy.cxx
)
add_library(${TARGET_NAME} SHARED ${SRC_FILES})