Skip to content

Commit

Permalink
feature: copy runDiscoPoP and dp-fmap scripts to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Dec 2, 2022
1 parent 40d6a00 commit 8bcaf74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -50,3 +50,5 @@ include_directories(${LLVM_INCLUDE_DIRS})
add_subdirectory(DiscoPoP)

add_subdirectory(rtlib)

add_subdirectory(scripts)
12 changes: 12 additions & 0 deletions scripts/CMakeLists.txt
@@ -0,0 +1,12 @@
# This file is part of the DiscoPoP software (http://www.discopop.tu-darmstadt.de)
#
# Copyright (c) 2020, Technische Universitaet Darmstadt, Germany
#
# This software may be modified and distributed under the terms of
# the 3-Clause BSD License. See the LICENSE file in the package base
# directory for details.

# copy scripts to build folder
message(STATUS "Copying scripts to: ${CMAKE_CURRENT_BINARY_DIR}")
configure_file(dp-fmap dp-fmap COPYONLY)
configure_file(runDiscoPoP runDiscoPoP COPYONLY)

0 comments on commit 8bcaf74

Please sign in to comment.