We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb27eb commit 49bba95Copy full SHA for 49bba95
CMakeLists.txt
@@ -28,6 +28,6 @@ add_library(rnnoise ${SOURCES})
28
29
# Include dirs
30
target_include_directories(rnnoise PUBLIC
31
- $<BUILD_INTERFACE:${rnnoise_project_SOURCE_DIR}/include>
32
- $<INSTALL_INTERFACE:include>
+ ${rnnoise_project_SOURCE_DIR}/include
+ include
33
PRIVATE ${rnnoise_project_SOURCE_DIR}/src)
0 commit comments