check_layout: Add more libraries

This commit is contained in:
Vincent van Ravesteijn 2013-05-15 08:08:33 +02:00
parent 483e0f61e7
commit 7a8995f295

View File

@ -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")