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

target_link_libraries(
	JasperWorld-Keel PUBLIC
		Keel
		JasperWorld
)
install(
	TARGETS
		JasperWorld-Keel
	LIBRARY DESTINATION
		${NOSTALGIA_DIST_MODULE}
)
