You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kile/src/kile/test/CMakeLists.txt

18 lines
289 B

########### install files ###############
install(
PROGRAMS runTests.sh
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/test
)
install(
FILES
test.tex
test_plain.tex
test.bib
test_bib.tex
test_index.tex
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/test
)