Skip to content

Commit

Permalink
Remove redundance target properties
Browse files Browse the repository at this point in the history
Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Apr 12, 2024
1 parent d576bec commit 1b39a11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions switchapi/es2k/lnw_v2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,3 @@ target_sources(switchapi_o PRIVATE
switch_pd_lag.c
switch_pd_lag.h
)

target_include_directories(switchapi_o PRIVATE
${SDE_INSTALL_DIR}/include
${SDE_INSTALL_DIR}/include/target-utils/third-party
${SDE_INSTALL_DIR}/include/target-utils/third-party/tommyds
${SDE_INSTALL_DIR}/include/target-sys
)

target_link_libraries(switchapi_o PRIVATE
sde::tdi
sde::tdi_json_parser
)
12 changes: 0 additions & 12 deletions switchapi/es2k/lnw_v3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,3 @@ target_sources(switchapi_o PRIVATE
switch_pd_lag.c
switch_pd_lag.h
)

target_include_directories(switchapi_o PRIVATE
${SDE_INSTALL_DIR}/include
${SDE_INSTALL_DIR}/include/target-utils/third-party
${SDE_INSTALL_DIR}/include/target-utils/third-party/tommyds
${SDE_INSTALL_DIR}/include/target-sys
)

target_link_libraries(switchapi_o PRIVATE
sde::tdi
sde::tdi_json_parser
)

0 comments on commit 1b39a11

Please sign in to comment.