mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
cmake: add pch for gcc, it's sooo hairy, disable by default
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32305 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
075f191ff5
commit
acdd652e12
@ -71,7 +71,7 @@ add_executable(${_lyx}
|
||||
${vld_files}
|
||||
)
|
||||
|
||||
lyx_add_gcc_pch(lyx)
|
||||
lyx_add_gcc_pch(${_lyx})
|
||||
|
||||
target_link_libraries(${_lyx}
|
||||
mathed
|
||||
|
Loading…
Reference in New Issue
Block a user