mirror of
https://github.com/bububa/openvision.git
synced 2025-09-26 17:51:13 +08:00
13 lines
373 B
Go
13 lines
373 B
Go
//go:build vulkan
|
|
// +build vulkan
|
|
|
|
package svm
|
|
|
|
/*
|
|
#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"
|