mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
4f8febc1b4
commit
5df778c2f8
@ -83,6 +83,17 @@ if(WIN32)
|
|||||||
endif(noconsole)
|
endif(noconsole)
|
||||||
endif(WIN32)
|
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("")
|
message("")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user