diff options
| author | Léo Lam <leo@leolam.fr> | 2021-04-11 12:52:41 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-04-11 12:52:48 +0200 |
| commit | 225ee27b41ae3e74cf0242108c6fc4df291c1987 (patch) | |
| tree | 7489987a02f3302609c7e2730eb9afd2edac7961 /CMakeLists.txt | |
| parent | 9846d6fef9ede738532f16149d7d33c13248426d (diff) | |
lib: Add skeleton for aal
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ecb2b89..a3fdf1bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,9 @@ target_link_libraries(uking PUBLIC sead) add_subdirectory(lib/agl) target_link_libraries(uking PUBLIC agl) +add_subdirectory(lib/aal) +target_link_libraries(uking PRIVATE aal) + add_subdirectory(lib/EventFlow) target_link_libraries(uking PRIVATE evfl) |
