Skip to content

Commit c6c87c6

Browse files
committed
ZGW-3429: build: Add path for generated pkgconfig for libs2
When libs2 is a submodule it can't be updated with previous patch (see links). For zgw public repo libs2 is code dropped, until it is maintained in public. This change is not really helpful here, impact is low but it help to align other tree. Relate-to: ee22272#r145562119 Relate-to: #24 Bug-SiliconLabs: ZGW-3429 Origin: #29 Signed-off-by: Philippe Coval <[email protected]>
1 parent c52172d commit c6c87c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ set(CONTIKI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/contiki)
9292
set(ZGW_SRC_DIR ${CMAKE_SOURCE_DIR}/src)
9393

9494
# Include lib S2
95+
include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
9596
set(LIBS2 "${CMAKE_CURRENT_SOURCE_DIR}/libs2" )
9697

9798
set(S2_LIBRARIES s2_controller s2crypto aes)

0 commit comments

Comments
 (0)