1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/etc/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
412 B
Text
Raw Permalink Normal View History

2018-06-25 09:44:58 +02:00
# CMakeLists.txt.
#
# Author: Steffen Vogel <post@steffenvogel.de>
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
2018-06-25 09:44:58 +02:00
install(
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMPONENT bin
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/villas/node
FILES_MATCHING
PATTERN "*.conf"
PATTERN "*.json"
2018-06-25 09:44:58 +02:00
)