We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca9fc3 commit 14c9ec9Copy full SHA for 14c9ec9
CMakeLists.txt
@@ -109,6 +109,7 @@ else()
109
configure_file(pocketsphinx.pc.in pocketsphinx.pc @ONLY)
110
install(TARGETS pocketsphinx LIBRARY)
111
install(DIRECTORY include TYPE INCLUDE)
112
+ install(DIRECTORY ${CMAKE_BINARY_DIR}/include TYPE INCLUDE)
113
install(FILES ${CMAKE_BINARY_DIR}/pocketsphinx.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
114
endif()
115
0 commit comments