Skip to content

Commit

Permalink
Ensure that protobuf compiler runs before source is built part two. F…
Browse files Browse the repository at this point in the history
…ixes #114
  • Loading branch information
Jason Gauci committed May 26, 2018
1 parent 9330799 commit 16262dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ add_library(
)
add_dependencies(
TerminalCommon
et-lib
generated-code
)

Expand Down Expand Up @@ -200,6 +199,10 @@ add_library (
src/htm/HtmClient.cpp
src/htm/HtmServer.cpp
)
add_dependencies(
HtmCommon
generated-code
)

add_executable (
htm
Expand Down

0 comments on commit 16262dc

Please sign in to comment.