mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-27 12:21:02 +08:00
Enable testing by variable
This commit is contained in:
parent
5c8da7fe1c
commit
951d3f1e42
@ -51,9 +51,9 @@ INSTALL(EXPORT EventBusConfig
|
|||||||
)
|
)
|
||||||
EXPORT(TARGETS EventBus FILE EventBusConfig.cmake)
|
EXPORT(TARGETS EventBus FILE EventBusConfig.cmake)
|
||||||
|
|
||||||
|
IF(BUILD_TESTING)
|
||||||
ENABLE_TESTING()
|
ADD_SUBDIRECTORY(test/)
|
||||||
ADD_SUBDIRECTORY(test/)
|
ENDIF()
|
||||||
|
|
||||||
IF(PERFORMANCE)
|
IF(PERFORMANCE)
|
||||||
ADD_SUBDIRECTORY(performance/)
|
ADD_SUBDIRECTORY(performance/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user