You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3941 part 2. Added the location of the flex/bison output to the include list.
This commit is contained in:
@ -11,6 +11,7 @@ set_source_files_properties(ddl-scan.cpp PROPERTIES COMPILE_FLAGS -Wno-sign-comp
|
|||||||
|
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
|
|
||||||
|
include_directories(${CMAKE_CURRENT_BINARY_DIR}) # to pick up flex/bison output
|
||||||
ADD_LIBRARY(ddlpackage SHARED
|
ADD_LIBRARY(ddlpackage SHARED
|
||||||
serialize.cpp
|
serialize.cpp
|
||||||
ddl-scan.cpp
|
ddl-scan.cpp
|
||||||
|
@ -12,6 +12,7 @@ set_source_files_properties(dml-scan.cpp PROPERTIES COMPILE_FLAGS -Wno-sign-comp
|
|||||||
|
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
|
|
||||||
|
include_directories(${CMAKE_CURRENT_BINARY_DIR}) # to pick up flex/bison output
|
||||||
ADD_LIBRARY(dmlpackage SHARED
|
ADD_LIBRARY(dmlpackage SHARED
|
||||||
dml-scan.cpp
|
dml-scan.cpp
|
||||||
dml-gram.cpp
|
dml-gram.cpp
|
||||||
|
Reference in New Issue
Block a user