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,9 +0,0 @@
|
||||
# Build the maxutils library
|
||||
|
||||
ExternalProject_Add(maxutils
|
||||
SOURCE_DIR ${CMAKE_SOURCE_DIR}/maxutils
|
||||
BINARY_DIR ${CMAKE_BINARY_DIR}/maxutils
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/maxutils/install)
|
||||
|
||||
set(MAXUTILS_INCLUDE_DIR ${CMAKE_BINARY_DIR}/maxutils/install/include CACHE INTERNAL "")
|
||||
set(MAXUTILS_LIBRARIES ${CMAKE_BINARY_DIR}/maxutils/install/lib/libmaxbase.a CACHE INTERNAL "")
|
||||
Reference in New Issue
Block a user