Skip to content

Commit

Permalink
[CMakeLists.txt] Add lines to install all header files
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimTuran committed Sep 20, 2015
1 parent 8768dd2 commit f937501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/Biquads/Biquad_Native/ DESTINATION ${CMA
# Biquads/Biquad_Native/asplib_Biquad_Native.h
# DESTINATION include/asplib/Biquads)

install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/asplib)
#install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/asplib)

#IF(NOT WIN32)
# Pkgconfig
Expand Down

0 comments on commit f937501

Please sign in to comment.