add_executable(SampleServer src/SampleServer.cpp)
if(WINCE)
	set_target_properties(SampleServer PROPERTIES LINK_FLAGS "/ENTRY:wmainCRTStartup")
endif()
target_link_libraries(SampleServer PUBLIC Poco::Util Poco::JSON Poco::XML)