File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11/build
2+ /.vscode
Original file line number Diff line number Diff line change 1616[submodule "Thirdparty/nativefiledialog-extended "]
1717 path = Thirdparty/nativefiledialog-extended
1818 url = https://github.com/btzy/nativefiledialog-extended.git
19+ [submodule "Thirdparty/asio "]
20+ path = Thirdparty/asio
21+ url = https://github.com/chriskohlhoff/asio
Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ target_include_directories(DasherUI PUBLIC ${CMAKE_CURRENT_LIST_DIR}/Thirdparty/
7272add_dependencies (DasherUI imgui glfw DasherCore)
7373target_link_libraries (DasherUI PRIVATE imgui glfw OpenGL::GL DasherCore nfd)
7474
75+ ###############################
76+ # Third Party Includes
77+ ###############################
78+ target_include_directories (DasherUI PRIVATE ${PROJECT_SOURCE_DIR} /Thirdparty/asio/asio/include /)
79+
7580###############################
7681# Setting up deloyment
7782###############################
You can’t perform that action at this time.
0 commit comments