Skip to content

Commit

Permalink
ctest: add WPEFrameworkCore also in the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Aug 3, 2023
1 parent 76bc449 commit 05f7afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sdks/core/src/cpp/sdk/ctest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ else ()
endif ()

find_package(WPEFramework CONFIG REQUIRED)
find_package(${NAMESPACE}Core CONFIG REQUIRED)
find_package(Firebolt CONFIG REQUIRED)
find_package(${FIREBOLT_NAMESPACE}SDK CONFIG REQUIRED)

Expand All @@ -49,6 +50,7 @@ add_executable(${TESTAPP} main.c)

target_link_libraries(${TESTAPP}
PRIVATE
${NAMESPACE}Core::${NAMESPACE}Core
${FIREBOLT_NAMESPACE}SDK::${FIREBOLT_NAMESPACE}SDK
)

Expand Down

0 comments on commit 05f7afe

Please sign in to comment.