Skip to content

Commit b95cda9

Browse files
author
Antonio Vilches
committed
Adding includes to CMakeFile 3
1 parent 5313eb4 commit b95cda9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ set(STRATIX_MONITOR_CORE_SOURCES ${PROJECT_SOURCE_DIR}/src/FPGACounters.cpp
2222
set(STRATIX_MONITOR_CORE_HEADERS ${PROJECT_SOURCE_DIR}/include/FPGACounters.h
2323
${PRJ_INC}/StratixMonitor.h
2424
${PRJ_INC}/SensorIds.h
25-
${BW_BMC_USB_LIB}/bw_bmc_usb_lib.h
26-
${BW_MCTP_PLDM_LIB}/bw_mctp_pldm_lib.h)
25+
#${BW_BMC_USB_LIB}/bw_bmc_usb_lib.h
26+
#${BW_MCTP_PLDM_LIB}/bw_mctp_pldm_lib.h
27+
)
2728

2829
add_library(stratixMonitor "")
2930
target_sources(stratixMonitor PRIVATE ${STRATIX_MONITOR_CORE_SOURCES} PUBLIC ${STRATIX_MONITOR_CORE_HEADERS})

0 commit comments

Comments
 (0)