[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
OxStd
)
install(
FILES
assetmanager.hpp
context.hpp
media.hpp
module.hpp
typeconv.hpp
DESTINATION
include/nostalgia/core
include/nostalgia/foundation
)