mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 16:22:51 +02:00
link hifi shared libs to domain project
This commit is contained in:
parent
cd4f4ba2fe
commit
0dcf774262
1 changed files with 4 additions and 1 deletions
|
@ -4,4 +4,7 @@ project(domain)
|
|||
|
||||
file(GLOB DOMAIN_SRCS src/*.cpp src/*.h)
|
||||
|
||||
add_executable(domain ${DOMAIN_SRCS})
|
||||
add_executable(domain ${DOMAIN_SRCS})
|
||||
|
||||
include(../LinkHifiShared.cmake)
|
||||
link_hifi_shared_library(domain)
|
Loading…
Reference in a new issue