Skip to content

Commit e5016be

Browse files
committed
Support standalone asio
1 parent 5f63e85 commit e5016be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ycm_extra_conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
'-I', 'deps/googletest/googletest/include',
3535
'-I', 'deps/googletest/googlemock/include',
3636

37+
# add dependency to asio
38+
'-I', 'deps/asio/asio/include',
39+
3740
# Always enable debugging for the project when building for semantic
3841
# completion.
3942
'-DBOOST_NETWORK_DEBUG',

0 commit comments

Comments
 (0)