add include directory for daemon directory so llarp/* includes work

pull/1598/head
Jeff Becker 3 years ago
parent e8178a032e
commit 27c80a2638
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -36,6 +36,7 @@ foreach(exe lokinet lokinet-vpn lokinet-bootstrap)
if(WITH_JEMALLOC)
target_link_libraries(${exe} PUBLIC jemalloc)
endif()
target_include_directories(${exe} PRIVATE ${CMAKE_SOURCE_DIR})
target_compile_definitions(${exe} PRIVATE -DVERSIONTAG=${GIT_VERSION_REAL})
add_log_tag(${exe})
if(should_install)

Loading…
Cancel
Save