Skip to content

Commit a703bfd

Browse files
committed
COPYING CONFIG FILES, TO COMPILE THE CODE
1 parent 9b2d719 commit a703bfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
# Header location
88
include_directories(include)
99

10+
configure_file("${CMAKE_SOURCE_DIR}/config/interface.cfg"
11+
"${CMAKE_BINARY_DIR}/config/interface.cfg" COPYONLY)
12+
1013
# Source files
1114
set(SOURCES
1215
src/main.cpp

0 commit comments

Comments
 (0)