Skip to content

Commit

Permalink
CMAKE: added wop component to sdl2 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jun 4, 2024
1 parent 92cd088 commit 82f27ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ else()
set(SDL_STATIC_ENABLED_BY_DEFAULT OFF CACHE BOOL "" FORCE)
set(SDL_TEST_ENABLED_BY_DEFAULT OFF CACHE BOOL "" FORCE)
add_subdirectory(SDL2)
install(TARGETS SDL2 RUNTIME DESTINATION "${OUTPUT_DIRECTORY}")
install(TARGETS SDL2 RUNTIME DESTINATION "${OUTPUT_DIRECTORY}" COMPONENT wop)
endif()

0 comments on commit 82f27ad

Please sign in to comment.