mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Only use the new lyxconvert on MAC
This commit is contained in:
parent
be91997227
commit
7661462400
@ -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