diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05a1b39c..14e65800 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,9 @@ set(IGN_CMAKE_VER ${ignition-cmake3_VERSION_MAJOR})
 #============================================================================
 # Configure the project
 #============================================================================
-ign_configure_project(VERSION_SUFFIX pre0)
+ign_configure_project(
+  REPLACE_IGNITION_INCLUDE_PATH gz/plugin
+  VERSION_SUFFIX pre0)
 
 
 #============================================================================
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index fd239c4d..75cfc2a8 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -17,4 +17,5 @@ ign_build_tests(
   SOURCES ${tests})
 
 
-add_subdirectory(include/ignition/plugin)
+add_subdirectory(include/gz/plugin)
+install(DIRECTORY include/ignition DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})