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
7fc9e5f1
Commit
7fc9e5f1
authored
Jun 21, 2009
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean some CMakeLists.txt files.
parent
59b440fe
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
51 additions
and
53 deletions
+51
-53
CMakeLists.txt
CMakeLists.txt
+34
-36
CMakeLists.txt
common/CMakeLists.txt
+2
-2
CMakeLists.txt
eeschema/CMakeLists.txt
+3
-3
CMakeLists.txt
pcbnew/CMakeLists.txt
+7
-7
CMakeLists.txt
polygon/kbool/src/CMakeLists.txt
+5
-5
No files found.
CMakeLists.txt
View file @
7fc9e5f1
...
...
@@ -198,7 +198,6 @@ endif(UNIX)
# FreeDesktop .desktop and MIME resources
###
if
(
UNIX
)
# Set paths
set
(
UNIX_MIME_DIR resources/linux/mime
)
set
(
UNIX_MIMELNK_FILES
${
UNIX_MIME_DIR
}
/mimelnk
)
...
...
@@ -229,5 +228,4 @@ if(UNIX)
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/share
COMPONENT resources
PATTERN
".svn"
EXCLUDE
)
endif
(
UNIX
)
common/CMakeLists.txt
View file @
7fc9e5f1
eeschema/CMakeLists.txt
View file @
7fc9e5f1
pcbnew/CMakeLists.txt
View file @
7fc9e5f1
polygon/kbool/src/CMakeLists.txt
View file @
7fc9e5f1
IF
(
WIN32
)
ADD_DEFINITIONS
(
-D_MSWVC_
)
ELSE
(
WIN32
)
ADD_DEFINITIONS
(
-D__UNIX__
)
ENDIF
(
WIN32
)
if
(
WIN32
)
add_definitions
(
-D_MSWVC_
)
else
(
WIN32
)
add_definitions
(
-D__UNIX__
)
endif
(
WIN32
)
include_directories
(
../include
)
...
...
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