diff --git a/src/PLASMA/NDDL/CMakeLists.txt b/src/PLASMA/NDDL/CMakeLists.txt index 4b25b229d..d1ec1ad93 100644 --- a/src/PLASMA/NDDL/CMakeLists.txt +++ b/src/PLASMA/NDDL/CMakeLists.txt @@ -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 .) \ No newline at end of file +file(COPY ${nddl_core} DESTINATION .) + +#TODO: finish this +install(FILES ${nddl_core} + DESTINATION ${EUROPA_ROOT}/dist/europa/NDDL + )