|
|
@@ -45,7 +45,7 @@ endif(APPLE)
|
|
|
|
|
|
add_executable(AtomicEditorWork ${EXE_TYPE} ${SOURCE_FILES} ${ATOMIC_EDITOR_ICON})
|
|
|
|
|
|
-target_link_libraries(AtomicEditorWork ToolCore AtomicJS ToolCoreJS Poco nativefiledialog ${ATOMIC_LINK_LIBRARIES})
|
|
|
+target_link_libraries(AtomicEditorWork Poco nativefiledialog ToolCore AtomicJS ToolCoreJS ${ATOMIC_LINK_LIBRARIES})
|
|
|
|
|
|
if (APPLE)
|
|
|
set (TARGET_PROPERTIES MACOSX_BUNDLE_INFO_PLIST MacOSXBundleInfo.plist.template)
|