Skip to content

Commit

Permalink
Header CMakeList.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimTuran committed Sep 20, 2015
1 parent b12a626 commit 1f5c799
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ set(SOURCES utils/computeDeviceInfo/cpuInfo.cpp
set(HEADERS interfaces/asplib_IBaseBiquad.h
asplib_utils/constants_typedefs/asplib_constants.h
asplib_utils/constants_typedefs/asplib_typedefs.h
asplib_utils/os/asplib_base_os.h
asplib_utils/os/windows/windows_definitions.h
asplib_utils/os/linux/linux_definitions.h
asplib_utils/os/asplib_base_os.h
asplib_utils/os/windows/windows_definitions.h
asplib_utils/os/linux/linux_definitions.h
utils/computeDeviceInfo/cpuInfo_types.h
utils/computeDeviceInfo/cpuInfo.h
Biquads/apslib_BiquadFactory.h
Expand All @@ -48,17 +48,7 @@ target_link_libraries(asplib ${asplib_LIBRARIES})
# SOVERSION ${asplib_VERSION_MAJOR}.0)

install(TARGETS asplib DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES interfaces/asplib_IBaseBiquad.h
DESTINATION include/asplib/interfaces)
install(FILES constants_typedefs/asplib_constants.h
constants_typedefs/asplib_typedefs.h
DESTINATION include/asplib/constants_typedefs)
install(FILES utils/computeDeviceInfo/cpuInfo_types.h
utils/computeDeviceInfo/cpuInfo.h
DESTINATION include/asplib/utils)
install(FILES Biquads/apslib_BiquadFactory.h
Biquads/Biquad_Native/asplib_Biquad_Native.h
DESTINATION include/asplib/Biquads)
install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/asplib)

#IF(NOT WIN32)
# Pkgconfig
Expand Down

0 comments on commit 1f5c799

Please sign in to comment.