Combine regression test suite and main CMake projects
Combining the projects makes it easier to use common components. This fixes the build failure of maxutils due to missing jansson definitions.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
add_executable(maxadmin maxadmin.c)
|
||||
add_dependencies(maxadmin maxutils)
|
||||
add_dependencies(maxadmin maxbase)
|
||||
|
||||
find_library(HIST edit)
|
||||
if(HIST)
|
||||
|
Reference in New Issue
Block a user