mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Cmake build: Only use the new lyxconvert on MAC
This commit is contained in:
parent
9da29ac788
commit
a506c6b73b
@ -17,7 +17,9 @@ add_subdirectory(insets)
|
||||
add_subdirectory(mathed)
|
||||
add_subdirectory(support)
|
||||
add_subdirectory(tex2lyx)
|
||||
add_subdirectory(convert)
|
||||
if (APPLE)
|
||||
add_subdirectory(convert)
|
||||
endif()
|
||||
if (UNIX)
|
||||
add_subdirectory(client)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user