cmake_minimum_required(VERSION 3.30) project(decypherer) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_FLAGS -m32) add_executable(decypherer main.cpp)