Skip to content

Commit 14c9ec9

Browse files
committed
fix: install sphinx_config.h properly
1 parent eca9fc3 commit 14c9ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ else()
109109
configure_file(pocketsphinx.pc.in pocketsphinx.pc @ONLY)
110110
install(TARGETS pocketsphinx LIBRARY)
111111
install(DIRECTORY include TYPE INCLUDE)
112+
install(DIRECTORY ${CMAKE_BINARY_DIR}/include TYPE INCLUDE)
112113
install(FILES ${CMAKE_BINARY_DIR}/pocketsphinx.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
113114
endif()
114115

0 commit comments

Comments
 (0)