Skip to content
Snippets Groups Projects
Commit d308ce8e authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Fix install include dir

parent d93a33d3
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ if (DSPFilters_ADDED) ...@@ -29,7 +29,7 @@ if (DSPFilters_ADDED)
target_include_directories ( target_include_directories (
DSPFilters PUBLIC $<BUILD_INTERFACE:${DSPFilters_SOURCE_DIR}/shared/DSPFilters/include> DSPFilters PUBLIC $<BUILD_INTERFACE:${DSPFilters_SOURCE_DIR}/shared/DSPFilters/include>
$<INSTALL_INTERFACE:INCLUDE_PATH> $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/DspFilters>
) )
set_property (TARGET DSPFilters PROPERTY FOLDER "external_libs") set_property (TARGET DSPFilters PROPERTY FOLDER "external_libs")
...@@ -39,7 +39,7 @@ if (DSPFilters_ADDED) ...@@ -39,7 +39,7 @@ if (DSPFilters_ADDED)
VERSION 1.0.0 VERSION 1.0.0
BINARY_DIR ${PROJECT_BINARY_DIR} BINARY_DIR ${PROJECT_BINARY_DIR}
INCLUDE_DIR ${DSPFilters_SOURCE_DIR}/shared/DSPFilters/include INCLUDE_DIR ${DSPFilters_SOURCE_DIR}/shared/DSPFilters/include
INCLUDE_DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} INCLUDE_DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/DspFilters
NAMESPACE DSPFilters NAMESPACE DSPFilters
DISABLE_VERSION_SUFFIX YES DISABLE_VERSION_SUFFIX YES
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment