mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 18:51: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)
|
||||
|
||||
|
||||
ENABLE_TESTING()
|
||||
ADD_SUBDIRECTORY(test/)
|
||||
IF(BUILD_TESTING)
|
||||
ADD_SUBDIRECTORY(test/)
|
||||
ENDIF()
|
||||
|
||||
IF(PERFORMANCE)
|
||||
ADD_SUBDIRECTORY(performance/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user