From eb9d52fbb32291d7cef7abf379b697253f57af77 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 10 Jul 2015 16:11:56 -0700 Subject: [PATCH] Helps to actually commit the fix --- tests/entities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entities/CMakeLists.txt b/tests/entities/CMakeLists.txt index 23c02a97f8..0077549100 100644 --- a/tests/entities/CMakeLists.txt +++ b/tests/entities/CMakeLists.txt @@ -2,7 +2,7 @@ set(TARGET_NAME "entities-test") # This is not a testcase -- just set it up as a regular hifi project -setup_hifi_project(Script) +setup_hifi_project(Network Script) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")