diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b0cabb..01bf27f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ set(CMAKE_AUTORCC OFF) # set(TARGET_SYSROOT /home/nikita/rpi/rpi-sysroot) set(TARGET_SYSROOT /home/nikita/rpi/rpi_zero-sysroot) set(CMAKE_SYSROOT ${TARGET_SYSROOT}) +message("CMAKE_SYSROOT: ${CMAKE_SYSROOT}") set(CMAKE_LIBRARY_PATH ${CMAKE_SYSROOT}/usr/lib/aarch64-linux-gnu) # arch: |
