Макрос, предоставляющий возможность выполнять битовые операции в enum class

This commit is contained in:
2020-04-04 01:20:48 +03:00
parent 5a6cc75a58
commit b6d33b8c29
2 changed files with 59 additions and 0 deletions

View File

@ -9,6 +9,7 @@ set(current_target_sources
set(current_target_headers
${CMAKE_CURRENT_SOURCE_DIR}/config.hpp
${CMAKE_CURRENT_SOURCE_DIR}/limits.hpp
${CMAKE_CURRENT_SOURCE_DIR}/enum_bitmask_operations.hpp
)
add_common_library(TARGET ${current_target} OUTPUT_NAME myx-${current_target}