mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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(mathed)
|
||||||
add_subdirectory(support)
|
add_subdirectory(support)
|
||||||
add_subdirectory(tex2lyx)
|
add_subdirectory(tex2lyx)
|
||||||
add_subdirectory(convert)
|
if (APPLE)
|
||||||
|
add_subdirectory(convert)
|
||||||
|
endif()
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
add_subdirectory(client)
|
add_subdirectory(client)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user