mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 10:35:27 +02:00
added missing eof
This commit is contained in:
parent
830f3dc976
commit
dc139dc04d
2 changed files with 2 additions and 1 deletions
libraries
|
@ -2,4 +2,4 @@ set(TARGET_NAME platform)
|
|||
setup_hifi_library()
|
||||
|
||||
link_hifi_libraries(shared)
|
||||
target_json()
|
||||
target_json()
|
||||
|
|
|
@ -14,3 +14,4 @@ endif()
|
|||
target_zlib()
|
||||
target_nsight()
|
||||
target_json()
|
||||
|
||||
|
|
Loading…
Reference in a new issue