Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

cleanup glog build file #1636

Merged
merged 4 commits into from
Dec 22, 2016
Merged

cleanup glog build file #1636

merged 4 commits into from
Dec 22, 2016

Conversation

kramasamy
Copy link
Contributor

Cleans up glog third party build to separate include files and lib files in a separate list. Appropriately name execution scripts

"include/glog/stl_logging.h",
"include/glog/vlog_is_on.h",
],
srcs = ["empty.cc"] + lib_files,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also + include_files?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The include files are in the hdrs now. Realized this is not needed in the srcs actually.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk, LGTM

"include/glog/stl_logging.h",
"include/glog/vlog_is_on.h",
],
srcs = ["empty.cc"] + lib_files,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk, LGTM

@kramasamy kramasamy merged commit bb283b9 into master Dec 22, 2016
@objmagic objmagic added the build label Dec 22, 2016
@kramasamy kramasamy deleted the karthik/glog-cleanup branch December 23, 2016 06:14
nicknezis pushed a commit that referenced this pull request Sep 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants