add an include path to generated headers (e.g., config.h)
parent
cf70960fc1
commit
f4e745ff0f
|
@ -7,7 +7,7 @@ setup(
|
|||
ext_modules = cythonize(Extension(
|
||||
"gtsam",
|
||||
sources=["gtsam.pyx"],
|
||||
include_dirs = ["${CMAKE_SOURCE_DIR}",
|
||||
include_dirs = ["${CMAKE_SOURCE_DIR}", "${CMAKE_BINARY_DIR}",
|
||||
"${CMAKE_SOURCE_DIR}/gtsam/3rdparty/Eigen"
|
||||
] + eigency.get_includes(include_eigen=False),
|
||||
libraries = ['gtsam'],
|
||||
|
|
Loading…
Reference in New Issue