Skip to content

Commit

Permalink
refactor(core): add MaskTrait to cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomsmiranda committed Feb 11, 2024
1 parent 3ac522e commit 2b80547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ set(CUBOS_CORE_SOURCE
"src/reflection/traits/string_conversion.cpp"
"src/reflection/traits/nullable.cpp"
"src/reflection/traits/enum.cpp"
"src/reflection/traits/mask.cpp"
"src/reflection/external/primitives.cpp"
"src/reflection/external/cstring.cpp"
"src/reflection/external/string.cpp"
Expand Down

0 comments on commit 2b80547

Please sign in to comment.