build fixes

This commit is contained in:
Benjamin Sergeant
2019-09-10 14:05:07 -07:00
parent b11640b477
commit c3238b7e02
3 changed files with 36 additions and 7 deletions

View File

@ -22,9 +22,9 @@ add_library(ixcobra STATIC
set(IXCOBRA_INCLUDE_DIRS
.
..
../ixcore
../ixcrypto
../ixwebsocket
../third_party)
target_include_directories( ixcobra PUBLIC ${IXCOBRA_INCLUDE_DIRS} )