Skip to content

Commit d7d334e

Browse files
committed
Fixed include directories for windows build
1 parent ed9df19 commit d7d334e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/auth/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
2+
13
# Dialog plugin
24
SET(DIALOG_SOURCES dialog.c ${CMAKE_SOURCE_DIR}/libmariadb/get_password.c)
35
IF(WIN32)

0 commit comments

Comments
 (0)