slight refactoring

This commit is contained in:
Hartmut Seichter 2020-03-02 19:35:34 +01:00
parent e01df69575
commit 47d28b4f1e
8 changed files with 79 additions and 73 deletions

View file

@ -24,7 +24,7 @@ target_include_directories(pixwerx
)
target_link_libraries(pixwerx
pwscripting
pwbinding
# -Wl,--whole-archive -lpwscripting -Wl,--no-whole-archive
pwcore
pwsystem)