Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
add src/common to include directories
Browse files Browse the repository at this point in the history
Signed-off-by: Juston Li <[email protected]>
  • Loading branch information
Juston Li committed Nov 7, 2017
1 parent 5252ace commit 4f8dc9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ endif()

add_library(driver_interface STATIC ${DRIVER_INTERFACE_FILES})
target_include_directories(driver_interface PUBLIC
src/
src/
src/common
)
if (LNX_BUILD)
target_link_libraries(driver_interface ndctl)
elseif (WIN_BUILD)
target_include_directories(driver_interface PUBLIC
src/common
${invm-i18n_include}
)
endif ()
Expand All @@ -135,6 +135,7 @@ target_link_libraries(firmware_interface driver_interface)
target_include_directories(firmware_interface PUBLIC
../
./
src/common
)

#---------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 4f8dc9b

Please sign in to comment.