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