Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « engine « crypto - github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5458ff522dfb03200bbc897994b722d40d9b49b1 (plain)
1
2
3
4
5
6
7
8
9
10
include_directories(. .. ../../include)

add_library(
	engine

	OBJECT

	engine.c
	engine_error.c
)