Skip to content

Commit

Permalink
Cleaned up link dependencies now that tacent is a bit cleaner.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescan committed Dec 10, 2024
1 parent a73848b commit 9093d58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,13 @@ target_link_libraries(
# $<$<PLATFORM_ID:Windows>:comdlg32.lib>
# $<$<PLATFORM_ID:Windows>:advapi32.lib>

$<$<PLATFORM_ID:Windows>:shlwapi.lib>
$<$<PLATFORM_ID:Windows>:Dbghelp.lib>
$<$<PLATFORM_ID:Windows>:opengl32.lib>
$<$<PLATFORM_ID:Windows>:uxtheme.lib>
$<$<PLATFORM_ID:Windows>:dwmapi.lib>
$<$<PLATFORM_ID:Windows>:${CMAKE_CURRENT_SOURCE_DIR}/Contrib/glfw/glfw3.lib>

$<$<PLATFORM_ID:Linux>:${CMAKE_CURRENT_SOURCE_DIR}/Contrib/glfw/libglfw3.a>
$<$<PLATFORM_ID:Linux>:m>
$<$<PLATFORM_ID:Linux>:stdc++>
$<$<PLATFORM_ID:Linux>:dl>
$<$<PLATFORM_ID:Linux>:X11>
$<$<PLATFORM_ID:Linux>:xcb> # For clipboard support.
Expand Down

0 comments on commit 9093d58

Please sign in to comment.