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