kicad/kicad
Simon Wells 4d2a05856f Minor CMake configuration file fixes.
* Move add_directory()s in main CMakeList.txt after all find_package()
  macros are run so all flags in the main CMakeList.txt are propagated
  to the sub-folder CMakeList.txt files.
* Remove commented out include of config.h
* Make the link maps only build on linux as -${TO_LINKER},-cref
  -${TO_LINKER},-Map=blah just gives warnings on osx w/ clang
* Make the link maps only build with flag -DKICAD_MAKE_LINK_MAPS is
  defined during CMake configuration as they are highly specific.
* Moved the code for setting link maps into the main CMakeList.txt
  file to avoid duplication.
* Removed -D__ASSERTMACRO__ from osx as its no longer needed
* Removed a couple of other OSX only things that wouldn't work anyway
* Moved set (BU_CHMOD_BUNDLE_ITEMS) to the main CMakeList.txt as
  otherwise it would only work for the KiCad build not the other
  applications
* Made KICAD_SCRIPTING_MODULES enable KICAD_SCRIPTING as currently if
  you have modules enabled without the scripting base it will on build.
  This could be changed to a fatal error saying you need to also enable
  scripting but it seems unnecessary.
* Removed duplication of pcbnew.py install code under modules and
  scripting since you can't have modules without scripting now
2016-02-29 14:08:03 -05:00
..
dialogs Fix Bug #1478709: http links in template description does not work. 2015-07-28 15:05:47 +02:00
CMakeLists.txt Minor CMake configuration file fixes. 2016-02-29 14:08:03 -05:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
class_treeproject_item.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeproject_item.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
commandframe.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
kicad.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
kicad.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
kicad.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
kicad.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
kicad_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
logokicad.png Dutch language update, kicad splash making to work 2008-08-20 22:44:37 +00:00
mainframe.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
menubar.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
pgm_kicad.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
preferences.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
prjconfig.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
project_template.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
project_template.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
tree_project_frame.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
tree_project_frame.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00