mirror of
https://github.com/bububa/openvision.git
synced 2025-09-26 17:51:13 +08:00
12 lines
362 B
Go
12 lines
362 B
Go
// +build vulkan
|
|
|
|
package recognizer
|
|
|
|
/*
|
|
#cgo CXXFLAGS: --std=c++11 -fopenmp
|
|
#cgo CPPFLAGS: -I ${SRCDIR}/../../../include -I /usr/local/include
|
|
#cgo LDFLAGS: -lstdc++ -lncnn -lomp -lopenvision -lglslang -lvulkan -lSPIRV -lOGLCompiler -lMachineIndependent -lGenericCodeGen -lOSDependent
|
|
#cgo LDFLAGS: -L /usr/local/lib -L ${SRCDIR}/../../../lib
|
|
*/
|
|
import "C"
|