Skip to content

Commit

Permalink
fix: cmake ut missing include
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
chenchongbiao authored and deepin-bot[bot] committed Nov 2, 2023
1 parent a8529ef commit 4d42e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ if (UNITTEST)
"tests/interface/*.cpp"
)

set(Interface_Includes
include/interface
)

add_executable(${UT_Interface_Name}
${Interface_SRCS}
${UT_Interface_SRCS}
Expand Down

0 comments on commit 4d42e04

Please sign in to comment.