]> git.lyx.org Git - lyx.git/blob - src/convert/CMakeLists.txt
Remove obsolete (and false) comment.
[lyx.git] / src / convert / CMakeLists.txt
1 project(${_convert})
2
3 include_directories(${QT_INCLUDES})
4 add_definitions(-DQT_NO_CAST_TO_ASCII -DQT_NO_STL)
5 add_executable(${_convert} "${TOP_SRC_DIR}/src/convert/lyxconvert.cpp")
6
7 qt_use_modules(${_convert} Core Widgets)
8 if(APPLE)
9   target_link_libraries(${_convert} "-framework AppKit")
10 endif()
11
12 install(TARGETS ${_convert} DESTINATION ${LYX_UTILITIES_INSTALL_PATH})