
add_library(
	NostalgiaFoundation
		foundation.hpp
		media.cpp
		module.cpp
		typeconv.cpp
)

target_link_libraries(
	NostalgiaFoundation PUBLIC
		OxClaw
		OxEvent
		OxFS
		OxModel
		OxStd
)
install(
	FILES
		media.hpp
		module.hpp
		typeconv.hpp
	DESTINATION
		include/nostalgia/core
)

