Projects
Multimedia
slowmoVideo
slowmoVideo-0.4_link_libraries.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File slowmoVideo-0.4_link_libraries.patch of Package slowmoVideo (Revision 4)
Currently displaying revision
4
,
Show latest
diff -U 3 -H -d -r -N -- slowmoVideo-0.4.orig/src/CMakeLists.txt slowmoVideo-0.4/src/CMakeLists.txt --- slowmoVideo-0.4.orig/src/CMakeLists.txt 2014-06-28 11:34:28.000000000 +0300 +++ slowmoVideo-0.4/src/CMakeLists.txt 2015-08-20 06:36:49.414494041 +0300 @@ -242,8 +242,8 @@ V3D/Math/v3d_linearbase.h ) - add_library(V3D ${ALL_SRC}) - target_link_libraries(V3D ${GLEW_LIBRARIES}) + add_library(V3D STATIC ${ALL_SRC}) + target_link_libraries(V3D ${GLEW_LIBRARIES} -lX11 -lglut -lGL -lGLU -ljpeg -lpng) #install(TARGETS V3D DESTINATION lib) add_subdirectory(V3D/Apps) endif (BUILD_FLOW_BUILDER)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.