[nostalgia/foundation] Fix CMake install

This commit is contained in:
Gary Talent 2023-02-05 02:25:22 -06:00
parent 3c9e6d10ea
commit 8a4ce3c8f1

View File

@ -15,12 +15,14 @@ target_link_libraries(
OxModel OxModel
OxStd OxStd
) )
install( install(
FILES FILES
assetmanager.hpp
context.hpp
media.hpp media.hpp
module.hpp module.hpp
typeconv.hpp typeconv.hpp
DESTINATION DESTINATION
include/nostalgia/core include/nostalgia/foundation
) )