greenhouse/include/darknet_vendor/darknet_vendor.h
Shane Loretz c8d68fbe1e
Fix cuda build downstream (#4)
* Cuda flags should not be exported to downstream targets

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>

* Fix c linkage with C++ cuda code

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
2019-10-09 11:08:29 -07:00

23 lines
804 B
C

// Copyright 2019 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef DARKNET_VENDOR__DARKNET_VENDOR_H_
#define DARKNET_VENDOR__DARKNET_VENDOR_H_
#include <darknet.h>
#include <darknet_vendor/version.h>
#endif // DARKNET_VENDOR__DARKNET_VENDOR_H_