Skip to content

Commit

Permalink
Adding NDDL files to the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
miatauro-NASA committed Jun 26, 2019
1 parent b467d0a commit cf226b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/PLASMA/NDDL/CMakeLists.txt
Expand Up @@ -78,4 +78,9 @@ file(COPY test/nddl DESTINATION .)
file(COPY test/parser DESTINATION .)
file(COPY test/parser.nddl DESTINATION .)
file(GLOB nddl_core base/*.nddl)
file(COPY ${nddl_core} DESTINATION .)
file(COPY ${nddl_core} DESTINATION .)

#TODO: finish this
install(FILES ${nddl_core}
DESTINATION ${EUROPA_ROOT}/dist/europa/NDDL
)

0 comments on commit cf226b1

Please sign in to comment.