diff --git a/src/nostalgia/foundation/CMakeLists.txt b/src/nostalgia/foundation/CMakeLists.txt index 32e564f7..25785c01 100644 --- a/src/nostalgia/foundation/CMakeLists.txt +++ b/src/nostalgia/foundation/CMakeLists.txt @@ -15,12 +15,14 @@ target_link_libraries( OxModel OxStd ) + install( FILES + assetmanager.hpp + context.hpp media.hpp module.hpp typeconv.hpp DESTINATION - include/nostalgia/core + include/nostalgia/foundation ) -