]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/CMakeLists.txt
tex2lyx/test/test-insets.tex: add a booktabs test table
[lyx.git] / src / tex2lyx / CMakeLists.txt
index 9a12353c6d3eb749ce6bc63a9acd9958d0c42c83..0e51f529b04c1bbfec172141acea614e181040a4 100644 (file)
@@ -12,10 +12,10 @@ project(${_tex2lyx})
 set(LINKED_sources ${TOP_SRC_DIR}/src/lengthcommon.cpp)
 set(LINKED_headers)
 
-foreach(_src insets/InsetLayout Color Counters
-       Encoding FloatList Floating
+foreach(_src insets/InsetLayout Author Color Counters
+       Encoding FloatList Floating FontInfo LaTeXPackages
        Layout LayoutFile LayoutModuleList Lexer ModuleList TextClass
-       FontInfo Spacing)
+       Spacing version)
        list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp)
        list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h)
 endforeach(_src)
@@ -51,7 +51,7 @@ if(WIN32)
 endif()
 
 if(APPLE)
-       target_link_libraries(${_tex2lyx} "-framework Carbon")
+       target_link_libraries(${_tex2lyx} "-framework AppKit")
 endif()