Fixed typo in variable name
The embedded library headers need to include the parent directory and the include command used the wrong variable name.
This commit is contained in:
@ -3,7 +3,7 @@ subdirs(MYSQL_INCLUDE_DIR_ALL ${MYSQL_EMBEDDED_INCLUDE_DIR})
|
|||||||
foreach(DIR ${MYSQL_INCLUDE_DIR_ALL})
|
foreach(DIR ${MYSQL_INCLUDE_DIR_ALL})
|
||||||
include_directories(${DIR})
|
include_directories(${DIR})
|
||||||
endforeach()
|
endforeach()
|
||||||
include_directories(${MYSQL_EMMBEDDED_INCLUDE_DIR}/..)
|
include_directories(${MYSQL_EMBEDDED_INCLUDE_DIR}/..)
|
||||||
|
|
||||||
add_library(qc_mysqlembedded SHARED qc_mysqlembedded.cc)
|
add_library(qc_mysqlembedded SHARED qc_mysqlembedded.cc)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user