fix
This commit is contained in:
parent
f633191272
commit
2d25953cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ macro(mde_setup_library name)
|
|||
mde_setup_base(library ${name} ${CMAKE_INSTALL_LIBDIR})
|
||||
endif()
|
||||
|
||||
if(EXISTS "../include")
|
||||
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../include")
|
||||
target_include_directories(
|
||||
${name}
|
||||
PUBLIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue