mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Refactoring / code cleanup.
See: * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well.
This commit is contained in:
parent
e49614613d
commit
16c612aa77
1 changed files with 5 additions and 3 deletions
|
@ -176,9 +176,11 @@ foreach (_lib ${bindings_library} ${sample_library})
|
|||
)
|
||||
endforeach()
|
||||
|
||||
target_link_libraries(${bindings_library} PRIVATE ${shiboken_shared_libraries})
|
||||
target_link_libraries(${bindings_library} PRIVATE ${sample_library})
|
||||
target_link_libraries(${bindings_library} PRIVATE ${pyside2_link})
|
||||
target_link_libraries(${bindings_library} PRIVATE
|
||||
${shiboken_shared_libraries}
|
||||
${sample_library}
|
||||
${pyside2_link}
|
||||
)
|
||||
|
||||
set_property(TARGET ${bindings_library} PROPERTY PREFIX "")
|
||||
set_property(TARGET ${bindings_library} PROPERTY OUTPUT_NAME
|
||||
|
|
Loading…
Add table
Reference in a new issue