Fix target dependencies

Added missing dependencies to targets that were missing it.
This commit is contained in:
Markus Mäkelä
2018-08-06 14:35:13 +03:00
parent a1d5a06ba7
commit 56d4e5a645
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
add_executable(maxadmin maxadmin.c)
add_dependencies(maxadmin maxutils)
find_library(HIST edit)
if(HIST)
message(STATUS "Building MaxAdmin with editline: ${HIST}")