aui::valid::container::all#
Header: | #include <AUI/Validation/AValidator.h> |
CMake: | aui_link(my_target PUBLIC aui::core) |
Examples#
examples/basic/hello_world/CMakeLists.txt
Console Hello World Example - Basic CLI Hello World application.
AUI https://github.com/aui-framework/aui
COMPONENTS core)
# Create the executable. This function automatically links all sources from the src/ folder, creates CMake target and
# places the resulting executable to bin/ folder.
aui_executable(project_template)
# Link required libs
target_link_libraries(project_template PRIVATE aui::core)