removed explicit include dir for android
This commit is contained in:
parent
c2b505c16e
commit
b0bca974e1
1 changed files with 0 additions and 13 deletions
|
|
@ -55,19 +55,6 @@ target_include_directories(
|
|||
${PROJECT_SOURCE_DIR}/single_include
|
||||
)
|
||||
|
||||
# To build the Android example without installing Vulkan Kompute,
|
||||
# We need to specify the paths for include directories directly
|
||||
# NOTE: This is a temporary fix
|
||||
if(KOMPUTE_OPT_ANDOID_BUILD)
|
||||
target_include_directories(
|
||||
kompute PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/single_include>
|
||||
$<INSTALL_INTERFACE:include>
|
||||
$<INSTALL_INTERFACE:single_include>
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
if(NOT KOMPUTE_OPT_ANDOID_BUILD)
|
||||
target_link_libraries(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue