Skip to content

Commit 3bbfde4

Browse files
committed
cmake: Fix glop install_build
1 parent 5c1f352 commit 3bbfde4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/glop.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ target_link_libraries(glop_proto PRIVATE protobuf::libprotobuf)
8080
add_library(glop)
8181
target_sources(glop PRIVATE
8282
ortools/base/accurate_sum.h
83+
ortools/base/base_export.h
8384
ortools/base/basictypes.h
8485
ortools/base/commandlineflags.h
8586
ortools/base/file.cc
@@ -303,6 +304,7 @@ install(DIRECTORY ortools/glop
303304
# dependencies headers
304305
install(FILES
305306
ortools/base/accurate_sum.h
307+
ortools/base/base_export.h
306308
ortools/base/basictypes.h
307309
ortools/base/commandlineflags.h
308310
ortools/base/file.h

0 commit comments

Comments
 (0)