From 0598f91c5af9d7c28d9bd30476ba8295a49f1071 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 5 Sep 2015 11:28:16 -0700 Subject: [PATCH] build: remove superfluous include_directories statement --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa8247..a927b1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -287,10 +287,6 @@ if(BUILD_EXAMPLE_PROGRAMS) endif() if(BUILD_TESTS) - include_directories( - "${CMAKE_SOURCE_DIR}/test" - ) - add_executable(unit_tests "${CMAKE_SOURCE_DIR}/test/unit_tests.cpp" ${LIBSOUNDIO_SOURCES}) target_link_libraries(unit_tests LINK_PUBLIC ${LIBSOUNDIO_LIBS}) set_target_properties(unit_tests PROPERTIES