set package vars

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16351 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-12-20 18:37:46 +00:00
parent 4f8febc1b4
commit 5df778c2f8

View File

@ -83,6 +83,17 @@ if(WIN32)
endif(noconsole)
endif(WIN32)
set(LYX_DIR "${CMAKE_SOURCE_DIR}/../../lib")
set(TOP_SRCDIR "${CMAKE_SOURCE_DIR}/../..")
set(PROGRAM_SUFFIX "")
set(LOCALEDIR "")
message("----- LYX_DIR : ${LYX_DIR}")
message("----- TOP_SRCDIR : ${TOP_SRCDIR}")
message("----- PROGRAM_SUFFIX: ${PROGRAM_SUFFIX}")
message("----- LOCALEDIR : ${LOCALEDIR}")
message("")