mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
add the zlib include dir to the lyx project
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21550 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
656724ffd0
commit
02a20a23e4
@ -31,7 +31,8 @@ if(ASPELL_FOUND)
|
||||
set(lyx_sources ${lyx_sources} ${TOP_SRC_DIR}/src/ASpell.cpp)
|
||||
endif()
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR}
|
||||
${ZLIB_INCLUDE_DIR})
|
||||
|
||||
lyx_add_msvc_pch(lyx)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user