Skip to content

Commit f82d385

Browse files
committed
Add efsw dependency
1 parent 5f420a4 commit f82d385

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deps/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ add_subdirectory(oniguruma EXCLUDE_FROM_ALL)
1717
add_library(utf8 INTERFACE)
1818
target_include_directories(utf8 INTERFACE ${CMAKE_CURRENT_LIST_DIR}/utf8.h)
1919

20+
# efsw
21+
set(EFSW_BUILD_TEST_APP OFF CACHE BOOL "" FORCE)
22+
add_subdirectory(efsw EXCLUDE_FROM_ALL)
23+
2024
# ImGui
2125
set(IMGUI_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/imgui PARENT_SCOPE)

0 commit comments

Comments
 (0)