Skip to content

Commit

Permalink
refactor: replace with INTERFACE, ut, not finished
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Aug 26, 2024
1 parent bbbada7 commit cdb2000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ add_executable(${PROJECT_NAME}
)

add_header_3rd(${PROJECT_NAME})
target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_SOURCE_DIR}/src/kernel/include
${CMAKE_SOURCE_DIR}/src/kernel/arch
)

target_compile_options(${PROJECT_NAME} PRIVATE
${DEFAULT_TEST_COMPILE_OPTIONS}
Expand Down

0 comments on commit cdb2000

Please sign in to comment.