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