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
e92706bc
Commit
e92706bc
authored
Feb 27, 2008
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small CMake fixes.
parent
803ebdf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+3
-3
CMakeLists.txt
eeschema/CMakeLists.txt
+1
-1
CMakeLists.txt
internat/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
e92706bc
...
...
@@ -40,8 +40,8 @@ OPTION(KICAD_MINIZIP "enable/disable building minizip (default ON)" ON)
# Comment this out if you don't want to build with Python support.
# OPTION(KICAD_PYTHON "enable/disable building with Python support (default OFF)")
# Set
debugging flags for GCC only
.
IF
(
CMAKE_COMPILER_IS_GCC
)
# Set
flags for GNU compilers
.
IF
(
CMAKE_COMPILER_IS_GNUCXX
)
# Set default flags for Release build.
SET
(
CMAKE_C_FLAGS_RELEASE
"-Wall -O2 -DNDEBUG"
)
SET
(
CMAKE_CXX_FLAGS_RELEASE
"-Wall -O2 -DNDEBUG"
)
...
...
@@ -50,7 +50,7 @@ IF( CMAKE_COMPILER_IS_GCC )
# Set default flags for Debug build.
SET
(
CMAKE_C_FLAGS_DEBUG
"-Wall -g3 -ggdb3 -DDEBUG"
)
SET
(
CMAKE_CXX_FLAGS_DEBUG
"-Wall -g3 -ggdb3 -DDEBUG"
)
ENDIF
(
CMAKE_COMPILER_IS_GCC
)
ENDIF
(
CMAKE_COMPILER_IS_GNUCXX
)
# Locations for install targets.
IF
(
UNIX
)
...
...
eeschema/CMakeLists.txt
View file @
e92706bc
...
...
@@ -12,7 +12,7 @@ SET(EESCHEMA_SRCS
block_libedit.cpp
busentry.cpp
bus-wire-junction.cpp
class_drawsheet.cpp
class_drawsheet.cpp
class_screen.cpp
class_text-label.cpp
cleanup.cpp
...
...
internat/CMakeLists.txt
View file @
e92706bc
INSTALL
(
DIRECTORY ca cs de es fr hu it ko pl pt ru sl zh_CN
INSTALL
(
DIRECTORY ca cs de es fr hu it ko pl pt ru sl
sv
zh_CN
DESTINATION
${
KICAD_INTERNAT
}
COMPONENT resources
PATTERN
".svn"
EXCLUDE
)
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