Fix runtime linking error
This commit is contained in:
parent
0f458aa4f6
commit
4d761f0038
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
add_library( viewer ${cpps} ${MOC_SRCS} ${RCC_SRCS} ${pyCpps} )
|
add_library( viewer ${cpps} ${MOC_SRCS} ${RCC_SRCS} ${pyCpps} )
|
||||||
set_target_properties( viewer PROPERTIES VERSION 1.0 SOVERSION 1 )
|
set_target_properties( viewer PROPERTIES VERSION 1.0 SOVERSION 1 )
|
||||||
#target_link_libraries( viewer ${depLibs} )
|
target_link_libraries( viewer ${depLibs} )
|
||||||
|
|
||||||
add_python_module( "${pyCpps}"
|
add_python_module( "${pyCpps}"
|
||||||
"${pyIncludes}"
|
"${pyIncludes}"
|
||||||
|
|
Loading…
Reference in New Issue