]> git.lyx.org Git - lyx.git/blob - development/autotests/xvkbd/CMakeLists.txt
ctests: revert a MultilingualCaptions XeTeX test
[lyx.git] / development / autotests / xvkbd / CMakeLists.txt
1 # This file is part of LyX, the document processor.
2 # Licence details can be found in the file COPYING.
3 #
4 # Copyright (c) 2012 Kornel Benko kornel@lyx.org
5 #
6 # Variable "XVFBDLIBS" created in development/autotests/CMakeLists.txt
7 #
8 project(xvkbd)
9
10 add_definitions(-DUSE_XTEST -DUSE_I18N)
11
12 add_executable(xvkbd xvkbd.c findwidget.c)
13
14 target_link_libraries(xvkbd ${XVFBDLIBS})
15 add_dependencies(lyx_run_tests xvkbd)