Skip to content

Commit

Permalink
[CMakeLists.txt] Added asplib_utils computeDeviceInfo sources
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimTuran committed Sep 20, 2015
1 parent 909de02 commit 0f17206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()
#set(asplib_INCLUDE_DIRS ${TINYXML_INCLUDE_DIR} "${CMAKE_INSTALL_PREFIX}/include/kodi")
#set(asplib_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} ${TINYXML_LIBRARIES})

set(SOURCES utils/computeDeviceInfo/cpuInfo.cpp
set(SOURCES asplib_utils/computeDeviceInfo/cpuInfo.cpp
Biquads/Biquad_Native/asplib_Biquad_Native.cpp
Biquads/apslib_BiquadFactory.cpp)

Expand All @@ -34,8 +34,8 @@ set(HEADERS interfaces/asplib_IBaseBiquad.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
asplib_utils/computeDeviceInfo/cpuInfo_types.h
asplib_utils/computeDeviceInfo/cpuInfo.h
Biquads/apslib_BiquadFactory.h
Biquads/Biquad_Native/asplib_Biquad_Native.h)

Expand Down

0 comments on commit 0f17206

Please sign in to comment.