We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e0ba1 commit 0fdcfc7Copy full SHA for 0fdcfc7
buildcc/lib/target/cmake/target_install.cmake
@@ -7,6 +7,7 @@ install(FILES
7
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/fbs_loader.h
8
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/path.h
9
${CMAKE_CURRENT_SOURCE_DIR}/include/internal/util.h
10
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/internal/command.h
11
DESTINATION "${BUILDCC_INSTALL_HEADER_PREFIX}/internal"
12
)
13
install(EXPORT targetConfig DESTINATION "${BUILDCC_INSTALL_LIB_PREFIX}/target")
0 commit comments