add_library(
	JasperWorld-Studio
		maptilehighlighter.cpp
		studiomodule.cpp
		worldeditor/commands/commands.hpp
)

target_link_libraries(
	JasperWorld-Studio PUBLIC
		JasperWorld
		Studio
)

install(
	TARGETS
		JasperWorld-Studio
	LIBRARY DESTINATION
		${NOSTALGIA_DIST_MODULE}
)

add_subdirectory(worldobjectseteditor)
add_subdirectory(worldeditor)
