build: remove superfluous include_directories statement
This commit is contained in:
parent
d233757b63
commit
0598f91c5a
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue