orca/ext/wasm3/platforms/cpp/wasm3_cpp/CMakeLists.txt

5 lines
181 B
CMake
Raw Normal View History

2023-04-12 14:21:03 +00:00
cmake_minimum_required(VERSION 3.5)
add_library(wasm3_cpp INTERFACE)
target_include_directories(wasm3_cpp INTERFACE include)
target_compile_features(wasm3_cpp INTERFACE cxx_std_17)