mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added util/CMakelists.txt
This commit is contained in:
parent
29b64761fd
commit
4811b56524
1 changed files with 10 additions and 0 deletions
10
programs/util/CMakeLists.txt
Normal file
10
programs/util/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
set(libs
|
||||||
|
polarssl
|
||||||
|
)
|
||||||
|
|
||||||
|
add_executable(strerror strerror.c)
|
||||||
|
target_link_libraries(strerror ${libs})
|
||||||
|
|
||||||
|
install(TARGETS strerror
|
||||||
|
DESTINATION "bin"
|
||||||
|
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue