Skip to content

Commit

Permalink
osltoy needs to link against liboslcomp
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kulla <[email protected]>
  • Loading branch information
fpsunflower committed Oct 27, 2024
1 parent 48c79d8 commit 0bf1189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osltoy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_executable (osltoy ${osltoy_srcs})
set_target_properties (osltoy PROPERTIES FOLDER "Tools")
target_link_libraries (osltoy
PRIVATE
oslexec
oslexec oslcomp
$<TARGET_NAME_IF_EXISTS:Qt5::Core>
$<TARGET_NAME_IF_EXISTS:Qt5::Gui>
$<TARGET_NAME_IF_EXISTS:Qt5::Widgets>
Expand Down

0 comments on commit 0bf1189

Please sign in to comment.