mirror of
https://github.com/revsic/cpp-obfuscator
synced 2026-06-08 17:08:30 +00:00
sample: Add cmake standard c++17
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(sample)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
add_executable(string_obfs string_obfs.cpp)
|
||||
|
||||
Reference in New Issue
Block a user