add CMakeLists.txt for new 'task' library

This commit is contained in:
Andrew Meadows 2018-02-09 10:00:32 -08:00
parent 8231a56b22
commit 724e2f7e66

View file

@ -0,0 +1,3 @@
set(TARGET_NAME task)
setup_hifi_library()
link_hifi_libraries(shared)