* added MacOSX packaging

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18558 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-05-29 14:06:35 +00:00
parent 3033b52c1c
commit 14af4831c4
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ set(VERSION_INFO "CMake Build")
if(WIN32) if(WIN32)
set(USE_WINDOWS_PACKAGING 1) set(USE_WINDOWS_PACKAGING 1)
elseif(APPLE)
set(USE_MACOSX_PACKAGING 1)
else(WIN32) else(WIN32)
set(USE_POSIX_PACKAGING 1) set(USE_POSIX_PACKAGING 1)
endif(WIN32) endif(WIN32)

View File

@ -116,6 +116,7 @@
#cmakedefine USE_POSIX_PACKAGING 1 #cmakedefine USE_POSIX_PACKAGING 1
#cmakedefine USE_WINDOWS_PACKAGING 1 #cmakedefine USE_WINDOWS_PACKAGING 1
#cmakedefine USE_MACOSX_PACKAGING 1
#cmakedefine PATH_MAX ${PATH_MAX} #cmakedefine PATH_MAX ${PATH_MAX}
#ifdef _MSC_VER #ifdef _MSC_VER