mirror of https://gitee.com/cxasm/notepad--.git
fix: Function missing ending ")".
This commit is contained in:
parent
025e0e8f65
commit
43fd6b0743
|
@ -97,6 +97,6 @@ endif(WIN32)
|
|||
if(UNIX)
|
||||
set_target_properties(external-plugin-base
|
||||
PROPERTIES
|
||||
LIBRARY_OUTPUT_DIRECTORY "$<TARGET_FILE_DIR:${PROJECT_NAME}>/plugin/external-plugins"
|
||||
LIBRARY_OUTPUT_DIRECTORY "$<TARGET_FILE_DIR:${PROJECT_NAME}>/plugin/external-plugins")
|
||||
endif(UNIX)
|
||||
|
||||
|
|
Loading…
Reference in New Issue