diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e80b7e6..9426dae4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ set(MUJOCO_HEADERS add_library(mujoco SHARED) target_include_directories( mujoco - PUBLIC $ + PUBLIC $ $ PRIVATE src )