diff options
| author | hathach <[email protected]> | 2023-05-26 15:16:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-26 15:16:18 +0700 |
| commit | b262164a35e9e305b67cb8d0c2188353db405200 (patch) | |
| tree | f36fe2c2ac961241d9041968d9c60e6868ca9742 /src | |
| parent | c0ecf8b50fe68a56b28bed98ecbfc6b236a848ef (diff) | |
fix build with net_lwip_webserver example
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0b99d8919..0d2f0975b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,6 +34,8 @@ function(add_tinyusb TARGET) ) target_include_directories(${TARGET} PUBLIC ${CMAKE_CURRENT_FUNCTION_LIST_DIR} + # TODO for net driver, should be removed/changed + ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../lib/networking ) # enable all possible warnings target_compile_options(${TARGET} PUBLIC |
