Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
0d5c7f44
Commit
0d5c7f44
authored
May 25, 2014
by
Bernhard Stegmaier
Committed by
Dick Hollenbeck
May 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mac fixes
parent
3087c05a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
CMakeLists.txt
eeschema/CMakeLists.txt
+5
-1
CMakeLists.txt
pcb_calculator/CMakeLists.txt
+0
-9
No files found.
eeschema/CMakeLists.txt
View file @
0d5c7f44
...
...
@@ -191,9 +191,13 @@ if( APPLE )
set_source_files_properties
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/eeschema.icns"
PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
)
set_source_files_properties
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/eeschema_doc.icns"
PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
)
set
(
MACOSX_BUNDLE_ICON_FILE eeschema.icns
)
set
(
MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.eeschema
)
set
(
MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
endif
()
...
...
@@ -291,7 +295,7 @@ if( USE_KIWAY_DLLS )
add_dependencies
(
eeschema eeschema_kiface
)
if
(
APPLE
)
set_target_properties
(
eeschema
_kiface
PROPERTIES
set_target_properties
(
eeschema PROPERTIES
MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
endif
()
...
...
pcb_calculator/CMakeLists.txt
View file @
0d5c7f44
...
...
@@ -134,15 +134,6 @@ if( USE_KIWAY_DLLS )
)
endif
()
if
(
APPLE
)
# copies kiface into the bundle
add_custom_target
(
_pcb_calculator_kiface_copy ALL
COMMAND
${
CMAKE_COMMAND
}
-E copy
${
CMAKE_BINARY_DIR
}
/pcb_calculator/_pcb_calculator.kiface
"
${
CMAKE_BINARY_DIR
}
/pcb_calculator/pcb_calculator.app/Contents/MacOS/"
DEPENDS pcb_calculator_kiface
COMMENT
"Copying kiface into pcb_calculator"
)
endif
()
else
()
add_executable
(
pcb_calculator WIN32 MACOSX_BUNDLE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment