mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
5431b41d22
if not all needed libs or programs are available. This error is now not fatal.
16 lines
411 B
CMake
16 lines
411 B
CMake
# This file is part of LyX, the document processor.
|
|
# Licence details can be found in the file COPYING.
|
|
#
|
|
# Copyright (c) 2012 Kornel Benko kornel@lyx.org
|
|
#
|
|
# Variable "XVFBDLIBS" created in development/autotests/CMakeLists.txt
|
|
#
|
|
project(xvkbd)
|
|
|
|
add_definitions(-DUSE_XTEST -DUSE_I18N)
|
|
|
|
add_executable(xvkbd xvkbd.c findwidget.c)
|
|
|
|
target_link_libraries(xvkbd ${XVFBDLIBS})
|
|
add_dependencies(lyx_run_tests xvkbd)
|