add_executable(Facilities Main.cpp)
target_link_libraries(Facilities plog)
set_target_properties(Facilities PROPERTIES FOLDER Samples)