Skip to content

Commit 983f902

Browse files
committed
ci: fix osx hopefully
1 parent fad0ea9 commit 983f902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
cmake_minimum_required(VERSION 3.18)
22
include_guard(GLOBAL)
33
set (CMAKE_CXX_STANDARD 14)
4+
if(APPLE)
5+
include_directories(/usr/local/include)
6+
include_directories(/opt/homebrew/include)
7+
endif()
48

59
# extism-cpp library
610
project(extism-cpp VERSION 1.0.0 DESCRIPTION "C++ bindings for libextism")

0 commit comments

Comments
 (0)