]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/CMakeLists.txt
Remove 3rdparty/boost/Makefile.am
[lyx.git] / src / tex2lyx / CMakeLists.txt
index 36db7234dffb9b88df89a8ece80c1f8fddf7b7c2..382857614a4a89d2e4c8e964cb8c42589f604ed3 100644 (file)
@@ -7,14 +7,13 @@
 
 project(${_tex2lyx})
 
-# There is no header file lengthcommon.h
-set(LINKED_sources ${TOP_SRC_DIR}/src/lengthcommon.cpp)
+set(LINKED_sources)
 set(LINKED_headers)
 
 foreach(_src graphics/GraphicsParams insets/ExternalTemplate
        insets/ExternalTransforms insets/InsetLayout Author CiteEnginesList Color Counters
        Encoding FloatList Floating FontInfo LaTeXPackages Layout
-       LayoutFile LayoutModuleList Length Lexer ModuleList TextClass
+       LayoutFile LayoutModuleList Lexer ModuleList TextClass
        Spacing version)
        list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp)
        list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h)
@@ -29,7 +28,7 @@ include_directories((BEFORE
        ${ZLIB_INCLUDE_DIR})
 
 if(WIN32 AND NOT MINGW)
-       set(FILE_RC ${TOP_CMAKE_PATH}/lyx.rc)
+       set(FILE_RC ${TOP_SRC_DIR}/src/lyxwinres.rc)
        message(STATUS "Using icon defined in resource file: ${FILE_RC}")
 endif()
 
@@ -40,11 +39,12 @@ else()
        lyx_const_touched_files(_allinone_linked  LINKED_sources)
        add_executable(${_tex2lyx} ${_allinone_files} ${_allinone_linked_files} ${FILE_RC})
 endif()
-set_target_properties(${_tex2lyx} PROPERTIES FOLDER "applications/TeX2LyX")
+set_target_properties(${_tex2lyx} PROPERTIES
+       FOLDER "applications/TeX2LyX"
+       INTERPROCEDURAL_OPTIMIZATION ${LYX_IPO_SUPPORTED})
 
 target_link_libraries(${_tex2lyx}
        support
-       ${Lyx_Boost_Libraries}
        ${QT_QTCORE_LIBRARY}
        ${QT_QTGUI_LIBRARY}
        ${ICONV_LIBRARY})