build: remove superfluous include_directories statement

This commit is contained in:
Andrew Kelley 2015-09-05 11:28:16 -07:00
parent d233757b63
commit 0598f91c5a

View file

@ -287,10 +287,6 @@ if(BUILD_EXAMPLE_PROGRAMS)
endif() endif()
if(BUILD_TESTS) if(BUILD_TESTS)
include_directories(
"${CMAKE_SOURCE_DIR}/test"
)
add_executable(unit_tests "${CMAKE_SOURCE_DIR}/test/unit_tests.cpp" ${LIBSOUNDIO_SOURCES}) add_executable(unit_tests "${CMAKE_SOURCE_DIR}/test/unit_tests.cpp" ${LIBSOUNDIO_SOURCES})
target_link_libraries(unit_tests LINK_PUBLIC ${LIBSOUNDIO_LIBS}) target_link_libraries(unit_tests LINK_PUBLIC ${LIBSOUNDIO_LIBS})
set_target_properties(unit_tests PROPERTIES set_target_properties(unit_tests PROPERTIES