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