mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
check_layout: Add more libraries
This commit is contained in:
parent
483e0f61e7
commit
7a8995f295
@ -21,9 +21,11 @@ elseif(MSVC)
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /FORCE:MULTIPLE")
|
||||
else()
|
||||
message(STATUS "Allow multiple definitions for cxx-compiler ${CMAKE_CXX_COMPILER_ID} not handled")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(check_layout support ${QT_QTMAIN_LIBRARY} ${intl_link})
|
||||
target_link_libraries(check_layout support ${intl_link}
|
||||
${Lyx_Boost_Libraries} ${QT_QTCORE_LIBRARY}
|
||||
${ZLIB_LIBRARY} ${ICONV_LIBRARY})
|
||||
add_dependencies(lyx_run_tests check_layout)
|
||||
set_target_properties(check_layout PROPERTIES FOLDER "tests/src")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user