From 07c6e04ed49285163a558c24db461c91f2860420 Mon Sep 17 00:00:00 2001 From: David Steele Date: Tue, 8 Aug 2023 11:42:56 +0100 Subject: [PATCH] Fixed bullet include paths Change-Id: Ifca854435c2f05a61e755da656da6ee6271d0b5e --- dali-physics/third-party/bullet3/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dali-physics/third-party/bullet3/CMakeLists.txt b/dali-physics/third-party/bullet3/CMakeLists.txt index b504089..53a54e6 100644 --- a/dali-physics/third-party/bullet3/CMakeLists.txt +++ b/dali-physics/third-party/bullet3/CMakeLists.txt @@ -110,6 +110,7 @@ if(ENABLE_PKG_CONFIGURE) if( NOT LIB_DIR ) set( LIB_DIR ${prefix}/lib ) endif() + set(DEV_INCLUDE_PATH ${prefix}/include/bullet) set(bullet_pkg_cfg_file bullet3.pc) configure_file(${CMAKE_CURRENT_LIST_DIR}/${bullet_pkg_cfg_file}.cmake ${bullet_pkg_cfg_file} @ONLY) @@ -158,4 +159,4 @@ if(INSTALL_CMAKE_MODULES) include(\${CMAKE_CURRENT_LIST_DIR}/bullet3-targets.cmake) ") install(FILES ${CMAKE_CURRENT_BINARY_DIR}/bullet3-config.cmake DESTINATION share/bullet3) -endif() \ No newline at end of file +endif() -- 2.7.4