Skip to content

Commit

Permalink
cmake: Fix glop install_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Feb 5, 2025
1 parent f9b6212 commit 5ccb262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/glop.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ target_link_libraries(glop_proto PRIVATE protobuf::libprotobuf)
add_library(glop)
target_sources(glop PRIVATE
ortools/base/accurate_sum.h
ortools/base/base_export.h
ortools/base/basictypes.h
ortools/base/commandlineflags.h
ortools/base/file.cc
Expand Down Expand Up @@ -303,6 +304,7 @@ install(DIRECTORY ortools/glop
# dependencies headers
install(FILES
ortools/base/accurate_sum.h
ortools/base/base_export.h
ortools/base/basictypes.h
ortools/base/commandlineflags.h
ortools/base/file.h
Expand Down

0 comments on commit 5ccb262

Please sign in to comment.