Skip to content

Commit 80f988b

Browse files
committed
Fix CMakeLists.txt
1 parent e2f2541 commit 80f988b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/cxcp.iml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/xcpsim/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ elseif (CMAKE_HOST_UNIX)
111111
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
112112
endif ()
113113
target_include_directories(xcp_sim_eth PUBLIC ${INCLUDES})
114-
target_link_libraries(xcp_sim_eth ${ADD_LIBS} target_link_libraries)
114+
target_link_libraries(xcp_sim_eth ${ADD_LIBS} ${target_link_libraries})
115115
target_compile_features(xcp_sim_eth PRIVATE c_std_11)
116116

117117
if (NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "CYGWIN" AND NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")

0 commit comments

Comments
 (0)