Browse Source

Added target_include_directories()

tags/v0.3.3
Scott Thornton 7 years ago
parent
commit
2a9a9389ef
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@@ -150,6 +150,7 @@ endif()

# add objects to the openblas lib
add_library(${OpenBLAS_LIBNAME} ${LA_SOURCES} ${LAPACKE_SOURCES} ${RELA_SOURCES} ${TARGET_OBJS} ${OpenBLAS_DEF_FILE})
target_include_directories(${OpenBLAS_LIBNAME} INTERFACE $<INSTALL_INTERFACE:include>)

# Android needs to explicitly link against libm
if(ANDROID)


Loading…
Cancel
Save