Skip to content

Commit

Permalink
Add database_api/util to CMake headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 13, 2020
1 parent d776506 commit f872dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/apis/database_api/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file(GLOB HEADERS "include/steem/plugins/database_api/*.hpp")
file(GLOB HEADERS "include/steem/plugins/database_api/*.hpp" "include/steem/plugins/database_api/util/*.hpp")

add_library( database_api_plugin
database_api.cpp
Expand Down

0 comments on commit f872dd1

Please sign in to comment.