Skip to content

Commit

Permalink
(Build) Trying to fix linux build.
Browse files Browse the repository at this point in the history
#SR_CLOSE(64, 62, 56, 69)
  • Loading branch information
innerviewer committed Nov 13, 2023
1 parent 4fca16a commit cb8ffa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/Core/libs/Utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ if (UNIX AND NOT APPLE)
target_link_libraries(Utils ${X11_Xrandr_LIB})
target_include_directories(Utils PUBLIC "${X11_Xrandr_INCLUDE_PATH}")

target_link_libraries(Utils ${X11_xcb_randr_LIB})
target_include_directories(Utils PUBLIC "${X11_xcb_randr_INCLUDE_PATH}")
#target_link_libraries(Utils ${X11_xcb_randr_LIB})
#target_include_directories(Utils PUBLIC "${X11_xcb_randr_INCLUDE_PATH}")

target_link_libraries(Utils bfd)
target_include_directories(Utils PUBLIC ${LIBBFD_INCLUDE_DIRS})
Expand Down

0 comments on commit cb8ffa8

Please sign in to comment.