mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
update cmake
This commit is contained in:
parent
378449ee28
commit
4615ab6364
@ -2,10 +2,11 @@ cmake_minimum_required(VERSION 3.7)
|
|||||||
project(udp2raw_tunnel)
|
project(udp2raw_tunnel)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
set_source_files_properties(lib/aes.c lib/md5.c PROPERTIES LANGUAGE CXX )
|
set_source_files_properties(lib/aes_faster_c/aes.c lib/aes_faster_c/wrapper.c lib/md5.c PROPERTIES LANGUAGE CXX )
|
||||||
|
|
||||||
set(SOURCE_FILES
|
set(SOURCE_FILES
|
||||||
lib/aes.c
|
lib/aes_faster_c/aes.c
|
||||||
|
lib/aes_faster_c/wrapper.c
|
||||||
lib/md5.c
|
lib/md5.c
|
||||||
common.cpp
|
common.cpp
|
||||||
encrypt.cpp
|
encrypt.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user