Fix target dependencies
Added missing dependencies to targets that were missing it.
This commit is contained in:
@ -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}")
|
||||
|
Reference in New Issue
Block a user