3
0
Fork 0
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:
amerhifi 2019-05-13 17:47:12 -07:00
parent 830f3dc976
commit dc139dc04d
2 changed files with 2 additions and 1 deletions
libraries

View file

@ -2,4 +2,4 @@ set(TARGET_NAME platform)
setup_hifi_library()
link_hifi_libraries(shared)
target_json()
target_json()

View file

@ -14,3 +14,4 @@ endif()
target_zlib()
target_nsight()
target_json()