Skip to content
Snippets Groups Projects
Commit f858179c authored by Jens Koenen's avatar Jens Koenen
Browse files

Added asio as sub-module to the project.

parent 20eadb15
No related branches found
No related tags found
No related merge requests found
......@@ -51,3 +51,6 @@
[submodule "ext/assimp"]
path = ext/assimp
url = https://github.com/assimp/assimp.git
[submodule "ext/asio"]
path = ext/asio
url = https://github.com/chriskohlhoff/asio.git
......@@ -694,6 +694,7 @@ message("=======================================================================
target_include_directories(${NAME} PUBLIC
${SRC_DIR}
${LIBLAVA_EXT_DIR}/asio/asio/include/
)
if (WIN32)
......
#include "remote_headset.hpp"
#include <asio.hpp>
bool RemoteHeadset::on_setup_instance(lava::frame_config& config)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment