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.
tellico/src/fetch/scripts/CMakeLists.txt

30 lines
689 B

#################################################
#
# (C) 2016 Slávek Banko
# slavek (DOT) banko (AT) axis.cz
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
##### other data ################################
install(
FILES
fr.allocine.py.spec
ministerio_de_cultura.py.spec
dark_horse_comics.py.spec
boardgamegeek.rb.spec
DESTINATION ${DATA_INSTALL_DIR}/${CMAKE_PROJECT_NAME}/data-sources
)
install(
PROGRAMS
fr.allocine.py
ministerio_de_cultura.py
dark_horse_comics.py
boardgamegeek.rb
DESTINATION ${DATA_INSTALL_DIR}/${CMAKE_PROJECT_NAME}/data-sources
)