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