Skip to content

Commit 49bba95

Browse files
committed
simplify CMake
1 parent 6bb27eb commit 49bba95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ add_library(rnnoise ${SOURCES})
2828

2929
# Include dirs
3030
target_include_directories(rnnoise PUBLIC
31-
$<BUILD_INTERFACE:${rnnoise_project_SOURCE_DIR}/include>
32-
$<INSTALL_INTERFACE:include>
31+
${rnnoise_project_SOURCE_DIR}/include
32+
include
3333
PRIVATE ${rnnoise_project_SOURCE_DIR}/src)

0 commit comments

Comments
 (0)