add_executable(worldsterm
    main.cpp
)
target_link_libraries(worldsterm ${CURSES_LIBRARIES})
