@@ -36,7 +36,9 @@ let package = Package(
3636 exclude: [ " CMakeLists.txt " , " OpenTimeConfig.cmake.in " , " version.h.in " ] ,
3737 sources: [ " . " ] ,
3838 publicHeadersPath: " . " ,
39- cxxSettings: [ . headerSearchPath( " . " ) ] ) ,
39+ cxxSettings: [
40+ . headerSearchPath( " . " ) ,
41+ . headerSearchPath( " ../../../Sources/cpp " ) ] ) ,
4042
4143 . target( name: " OpenTimelineIO_CXX " ,
4244 dependencies: [ " OpenTime_CXX " ] ,
@@ -47,7 +49,7 @@ let package = Package(
4749 cxxSettings: [
4850 . headerSearchPath( " . " ) ,
4951 . headerSearchPath( " ../deps/any/ " ) ,
50- . headerSearchPath( " ../deps/Imath/src/Imath " ) ,
52+ . headerSearchPath( " ../deps/Imath/src " ) ,
5153 . headerSearchPath( " ../../../Sources/cpp " ) ,
5254 . headerSearchPath( " ../deps/rapidjson/include " ) ] ) ,
5355
@@ -58,7 +60,7 @@ let package = Package(
5860 sources: [ " objc " ] ,
5961 publicHeadersPath: " objc/include " ,
6062 cxxSettings: [
61- . headerSearchPath( " ../OpenTimelineIO/src/deps/Imath/src/Imath " ) ,
63+ . headerSearchPath( " ../OpenTimelineIO/src/deps/Imath/src " ) ,
6264 . headerSearchPath( " ../Sources/cpp " ) ,
6365 . headerSearchPath( " objc/include " ) ] ) ,
6466
0 commit comments