File: patch_mbedtls.cmake

package info (click to toggle)
neko 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,412 kB
  • sloc: ansic: 19,583; ml: 4,924; sh: 54; makefile: 23
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
if (WIN32)
	file(COPY ${source}/libs/ssl/threading_alt.h
		DESTINATION ${MbedTLS_source}/include/mbedtls/
	)
endif()