pass files to python

This commit is contained in:
vscosta 2017-09-02 23:49:19 +01:00
parent 70c25d37b6
commit 51d9637fc4
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ set (LIBRARY_PL
)
add_to_group( pl_library LIBRARY_PL )
if (ANDROID)
file(INSTALL ${LIBRARY_PL} DESTINATION ${libpl})
else()