]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - tidl_api/make.inc
Fix unique_ptr that holds an allocated array
[tidl/tidl-api.git] / tidl_api / make.inc
index 32635c08415d4e21bc5399e59b9d726537b778b5..e1f221fa710ad8b76322584b8e652c07f11060eb 100644 (file)
@@ -24,7 +24,6 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 # THE POSSIBILITY OF SUCH DAMAGE.
 
-
 # ------------------------------------------------------------------------------
 #
 # If making on x86 assume cross compile for ARM target
 # - TI_OCL_CGT_INSTALL : TI C6x CGT installation directory if not system package
 #
 # ------------------------------------------------------------------------------
+#
+# PYBIND11_INC_DIR : Path to pybind11 include files used to generate Python
+#                    bindings for TIDL API. E.g. pybind11.git/include
+#
+# ------------------------------------------------------------------------------
+
+PYBIND11_INC_DIR ?= pybind11/include
 
 ifeq ($(MAKECMDGOALS),clean)
     # config not required for clean