add_library already use the ${CMAKE_CURRENT_SOURCE_DIR}/include/rtc
why does target_include_directories do it again?
add_library just lists files for the target; there’s no -I path implied for any of them.
add_library already use the ${CMAKE_CURRENT_SOURCE_DIR}/include/rtc
why does target_include_directories do it again?
add_library just lists files for the target; there’s no -I path implied for any of them.