Skip to content

Commit 72f140c

Browse files
author
Roberto Di Remigio
committed
Copu getkw.py and pyparsing.py to build directory
1 parent aee88f5 commit 72f140c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/custom/autogenerated.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ install(FILES ${PROJECT_BINARY_DIR}/include/Config.hpp DESTINATION include)
2121
configure_file(${PROJECT_SOURCE_DIR}/tools/pcmsolver.py.in ${PROJECT_BINARY_DIR}/bin/pcmsolver.py @ONLY)
2222
install(FILES ${PROJECT_BINARY_DIR}/bin/pcmsolver.py DESTINATION bin)
2323
# Install GetKw Python bindings
24+
file(COPY ${PROJECT_SOURCE_DIR}/tools/getkw.py
25+
${PROJECT_SOURCE_DIR}/tools/pyparsing.py
26+
DESTINATION bin)
2427
install(FILES ${PROJECT_SOURCE_DIR}/tools/getkw.py
2528
${PROJECT_SOURCE_DIR}/tools/pyparsing.py
2629
DESTINATION bin)

0 commit comments

Comments
 (0)