Skip to content

Commit e635e63

Browse files
committed
Add plugin include path to target.
1 parent 0cb6210 commit e635e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ add_library(${PROJECT_NAME} SHARED ${render_pipeline_sources} ${render_pipeline_
7171
target_include_directories(${PROJECT_NAME}
7272
PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
7373
$<INSTALL_INTERFACE:include>
74+
$<INSTALL_INTERFACE:share>
7475

7576
PRIVATE "${PROJECT_BINARY_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/src"
7677
${Panda3d_INCLUDE_DIRS} ${FREETYPE_INCLUDE_DIRS} ${YAML_CPP_INCLUDE_DIR}

0 commit comments

Comments
 (0)