We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad0ea9 commit 983f902Copy full SHA for 983f902
CMakeLists.txt
@@ -1,6 +1,10 @@
1
cmake_minimum_required(VERSION 3.18)
2
include_guard(GLOBAL)
3
set (CMAKE_CXX_STANDARD 14)
4
+if(APPLE)
5
+ include_directories(/usr/local/include)
6
+ include_directories(/opt/homebrew/include)
7
+endif()
8
9
# extism-cpp library
10
project(extism-cpp VERSION 1.0.0 DESCRIPTION "C++ bindings for libextism")
0 commit comments