diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c6a4109..57dab96f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -642,6 +642,7 @@ else() include/musbstd.h include/mvmestd.h include/odbxx.h + include/tinyexpr.h include/tmfe.h include/tmfe_rev0.h mxml/mxml.h @@ -657,6 +658,9 @@ install(TARGETS midas midas-shared midas-c-compat mfe mana rmana install(EXPORT ${PROJECT_NAME}-targets DESTINATION lib) +install(DIRECTORY drivers DESTINATION . ) +install(DIRECTORY resources DESTINATION . ) +install(DIRECTORY python/midas DESTINATION python) ##################################################################### # generate git revision file #####################################################################