Skip to content

Commit 310b1f9

Browse files
committed
SiliconLabsSoftwareGH-45: Add install rule
1 parent 8a9becd commit 310b1f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

applications/zpc/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,8 @@ target_compile_definitions(
206206
PRIVATE CMAKE_PROJECT_VERSION="${CMAKE_PROJECT_VERSION}"
207207
ZWAVE_TESTLIB
208208
)
209+
210+
install(TARGETS testlib
211+
LIBRARY DESTINATION lib
212+
COMPONENT uic-zpc)
213+

0 commit comments

Comments
 (0)