Skip to content

Commit

Permalink
cmake: SDL3::Headers isn't necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 18, 2023
1 parent 4ed6a4b commit 44ad958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ add_executable(sdl-helloworld
)

target_link_libraries(sdl-helloworld PRIVATE SDL3::SDL3)
target_link_libraries(sdl-helloworld PUBLIC SDL3::Headers)

# This is safe to set on all platforms. Otherwise your SDL app will
# have a terminal window pop up with it on Windows.
Expand Down

0 comments on commit 44ad958

Please sign in to comment.