Skip to content

Commit 0fdcfc7

Browse files
committed
Update target_install.cmake
For command.h
1 parent 32e0ba1 commit 0fdcfc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildcc/lib/target/cmake/target_install.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ install(FILES
77
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/fbs_loader.h
88
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/path.h
99
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/util.h
10+
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/command.h
1011
DESTINATION "${BUILDCC_INSTALL_HEADER_PREFIX}/internal"
1112
)
1213
install(EXPORT targetConfig DESTINATION "${BUILDCC_INSTALL_LIB_PREFIX}/target")

0 commit comments

Comments
 (0)