feat/add_eventbus #9

Merged
tqcq merged 7 commits from feat/add_eventbus into develop 2024-01-19 12:51:30 +08:00
Showing only changes of commit 08771bd06d - Show all commits

View File

@ -61,7 +61,7 @@ set_target_properties(
CXX_EXTENSIONS NO # -std=c++17 rather than -std=gnu++17
)
target_compile_features(EventBus PUBLIC cxx_std_17)
# target_compile_features(EventBus PUBLIC cxx_std_11)
target_include_directories(
EventBus PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src/>