We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1f352 commit 3bbfde4Copy full SHA for 3bbfde4
cmake/glop.cmake
@@ -80,6 +80,7 @@ target_link_libraries(glop_proto PRIVATE protobuf::libprotobuf)
80
add_library(glop)
81
target_sources(glop PRIVATE
82
ortools/base/accurate_sum.h
83
+ ortools/base/base_export.h
84
ortools/base/basictypes.h
85
ortools/base/commandlineflags.h
86
ortools/base/file.cc
@@ -303,6 +304,7 @@ install(DIRECTORY ortools/glop
303
304
# dependencies headers
305
install(FILES
306
307
308
309
310
ortools/base/file.h
0 commit comments