0
0
mirror of https://github.com/monero-project/kovri synced 2025-10-06 00:32:51 +02:00

Build: enable Cotire build for kovri_python

This commit is contained in:
oneiric
2018-07-05 02:19:36 +00:00
parent f3cceaebf2
commit 09f644d83b

View File

@@ -49,3 +49,7 @@ foreach(_target IN ITEMS kovri-core kovri-client)
endforeach()
set_target_properties(kovri_python PROPERTIES PREFIX "")
if (WITH_COTIRE)
cotire(kovri_python)
endif()