diff --git a/modules/video/src/CMakeLists.txt b/modules/video/src/CMakeLists.txt index 4ed2134..d4f2a97 100644 --- a/modules/video/src/CMakeLists.txt +++ b/modules/video/src/CMakeLists.txt @@ -36,7 +36,8 @@ set(VIDEO_SRC add_library(${TARGET} STATIC ${VIDEO_SRC}) target_link_libraries(${TARGET} PRIVATE ${FFMPEG_LIBRARIES} SDL2::SDL2) -add_library(${TARGET}_wrapper SHARED ${VIDEO_SRC}) # required for bindings -target_link_libraries(${TARGET}_wrapper PRIVATE ${FFMPEG_LIBRARIES} SDL2::SDL2) +# add_library(${TARGET}_wrapper SHARED ${VIDEO_SRC}) # required for bindings +# target_link_libraries(${TARGET}_wrapper PRIVATE ${FFMPEG_LIBRARIES} SDL2::SDL2) -install(TARGETS ${TARGET} ${TARGET}_wrapper) \ No newline at end of file +# install(TARGETS ${TARGET} ${TARGET}_wrapper) +install(TARGETS ${TARGET}) \ No newline at end of file