cmake_minimum_required(VERSION 3.21)
project(RawStringLiterals)

set(CMAKE_CXX_STANDARD 11)

add_executable(RawStringLiterals main.cpp)
