mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-30 17:00:39 +00:00
fix build and install
This commit is contained in:
parent
32d4fabf5c
commit
99bb97c5c4
2 changed files with 6 additions and 5 deletions
|
@ -204,8 +204,8 @@ set ( public_main_HEADER
|
|||
${CMAKE_BINARY_DIR}/include/fluidsynth.h
|
||||
)
|
||||
|
||||
configure_file ( ${CMAKE_SOURCE_DIR}/include/version.h.in
|
||||
${CMAKE_BINARY_DIR}/include/version.h )
|
||||
configure_file ( ${CMAKE_SOURCE_DIR}/include/fluidsynth/version.h.in
|
||||
${CMAKE_BINARY_DIR}/include/fluidsynth/version.h )
|
||||
configure_file ( ${CMAKE_SOURCE_DIR}/include/fluidsynth.cmake
|
||||
${public_main_HEADER} )
|
||||
|
||||
|
@ -365,6 +365,6 @@ else ( MACOSX_FRAMEWORK )
|
|||
ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
|
||||
PUBLIC_HEADER DESTINATION ${INCLUDE_INSTALL_DIR}/fluidsynth
|
||||
)
|
||||
install ( FILES fluidsynth.h DESTINATION ${INCLUDE_INSTALL_DIR} )
|
||||
install ( FILES ${public_main_HEADER} DESTINATION ${INCLUDE_INSTALL_DIR} )
|
||||
endif ( MACOSX_FRAMEWORK )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue