Move CMake CI targets into tests section
This commit is contained in:
parent
18171c156c
commit
9fc6d2b012
@ -28,11 +28,6 @@ include(json_info)
|
|||||||
# handle options and configuration
|
# handle options and configuration
|
||||||
include(json_opts)
|
include(json_opts)
|
||||||
|
|
||||||
# add CI targets
|
|
||||||
if(JSON_CI)
|
|
||||||
include(json_ci)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# add library targets
|
# add library targets
|
||||||
#############################################################################
|
#############################################################################
|
||||||
@ -90,6 +85,11 @@ if (JSON_BuildTests)
|
|||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# add CI targets
|
||||||
|
if(JSON_CI)
|
||||||
|
include(json_ci)
|
||||||
|
endif()
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# install files and targets
|
# install files and targets
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user