add_library(
	NostalgiaScene-Keel
		keelmodule.cpp
		typeconv.cpp
)

target_include_directories(
	NostalgiaScene-Keel PUBLIC
		../include
)

target_link_libraries(
	NostalgiaScene-Keel PUBLIC
		Keel
		NostalgiaScene
)
