[cmake] Explicitly specify target dependencies to allow build in parallel
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / haltest / CMakeLists.txt
index 1bec381..a725fa7 100644 (file)
@@ -48,8 +48,7 @@ TARGET_LINK_LIBRARIES(${TARGET_GTEST_TESTS}
        ${oal_pkgs_LIBRARIES}
        gmock
        capi-system-info
-       -L${CMAKE_SOURCE_DIR}/bt-oal
-       -lbt-oal
+       bt-oal
 )
 
 INSTALL(TARGETS ${TARGET_GTEST_TESTS} DESTINATION /usr/bin)