mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Look for translations in pybind11-qt and mobase.
This commit is contained in:
@@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.16)
|
||||
add_library(plugin_python SHARED)
|
||||
mo2_configure_plugin(plugin_python
|
||||
WARNINGS OFF
|
||||
EXTRA_TRANSLATIONS ${CMAKE_CURRENT_SOURCE_DIR}/../runner)
|
||||
EXTRA_TRANSLATIONS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../runner
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../mobase
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../pybind11-qt)
|
||||
target_link_libraries(plugin_python PRIVATE pythonrunner)
|
||||
mo2_install_target(plugin_python FOLDER)
|
||||
|
||||
Reference in New Issue
Block a user