Skip to content

Commit

Permalink
Add tomlplusplus submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
aceiii committed Apr 5, 2024
1 parent 4a1443d commit c2dfd0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
[submodule "external/imgui_club"]
path = external/imgui_club
url = https://github.com/ocornut/imgui_club.git
[submodule "external/tomlplusplus"]
path = external/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ add_subdirectory(external/argparse)
add_subdirectory(external/expected)
add_subdirectory(external/magic_enum)
add_subdirectory(external/nativefiledialog-extended)
add_subdirectory(external/tomlplusplus)

add_executable(${EXE_NAME} ${SOURCE_FILES})

Expand All @@ -40,5 +41,6 @@ target_link_libraries(${EXE_NAME} magic_enum)
# target_link_libraries(${EXE_NAME} raylib)
target_link_libraries(${EXE_NAME} rlimgui)
target_link_libraries(${EXE_NAME} nfd)
target_link_libraries(${EXE_NAME} tomlplusplus::tomlplusplus)

target_include_directories(${EXE_NAME} PUBLIC external/rlimgui)
1 change: 1 addition & 0 deletions external/tomlplusplus
Submodule tomlplusplus added at 1f7884

0 comments on commit c2dfd0d

Please sign in to comment.