mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-22 13:50:22 +01:00
fix add_dependencies for WITH_DPP_STATIC_BUNDLE
This commit is contained in:
parent
fb709b8919
commit
6f6b5eaa69
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ endif()
|
|||
|
||||
# dtranslatebot Target + Installs
|
||||
add_executable(dtranslatebot ${DTRANSLATEBOT_HEADERS} ${DTRANSLATEBOT_SOURCES} ${DTRANSLATEBOT_RESOURCES})
|
||||
if (WITH_DPP_AS_EXTERNAL_PROJECT)
|
||||
if (WITH_DPP_STATIC_BUNDLE)
|
||||
add_dependencies(dtranslatebot DPP)
|
||||
endif()
|
||||
target_compile_definitions(dtranslatebot PRIVATE
|
||||
|
|
Loading…
Reference in a new issue