mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 14:08:59 +07:00
add enum.hpp module
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -46,3 +46,6 @@
|
|||||||
[submodule "modules/sol2"]
|
[submodule "modules/sol2"]
|
||||||
path = modules/sol2
|
path = modules/sol2
|
||||||
url = https://github.com/ThePhD/sol2
|
url = https://github.com/ThePhD/sol2
|
||||||
|
[submodule "modules/enum.hpp"]
|
||||||
|
path = modules/enum.hpp
|
||||||
|
url = https://github.com/BlackMATov/enum.hpp
|
||||||
|
|||||||
@@ -124,6 +124,7 @@ add_subdirectory(modules/curly.hpp)
|
|||||||
set_target_properties(curly.hpp libcurl PROPERTIES FOLDER modules)
|
set_target_properties(curly.hpp libcurl PROPERTIES FOLDER modules)
|
||||||
|
|
||||||
add_subdirectory(modules/ecs.hpp)
|
add_subdirectory(modules/ecs.hpp)
|
||||||
|
add_subdirectory(modules/enum.hpp)
|
||||||
add_subdirectory(modules/flat.hpp)
|
add_subdirectory(modules/flat.hpp)
|
||||||
add_subdirectory(modules/promise.hpp)
|
add_subdirectory(modules/promise.hpp)
|
||||||
|
|
||||||
@@ -228,6 +229,7 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES
|
|||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
PUBLIC curly.hpp
|
PUBLIC curly.hpp
|
||||||
PUBLIC ecs.hpp
|
PUBLIC ecs.hpp
|
||||||
|
PUBLIC enum.hpp
|
||||||
PUBLIC flat.hpp
|
PUBLIC flat.hpp
|
||||||
PUBLIC promise.hpp)
|
PUBLIC promise.hpp)
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
#include "../math/_all.hpp"
|
#include "../math/_all.hpp"
|
||||||
#include "../utils/_all.hpp"
|
#include "../utils/_all.hpp"
|
||||||
|
|
||||||
|
#include <enum.hpp/enum.hpp>
|
||||||
|
|
||||||
#include <curly.hpp/curly.hpp>
|
#include <curly.hpp/curly.hpp>
|
||||||
|
|
||||||
#include <promise.hpp/invoke.hpp>
|
#include <promise.hpp/invoke.hpp>
|
||||||
|
|||||||
1
modules/enum.hpp
Submodule
1
modules/enum.hpp
Submodule
Submodule modules/enum.hpp added at 0a463746aa
Reference in New Issue
Block a user