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
6e9097b4
Commit
6e9097b4
authored
Nov 07, 2007
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake enhancements.
parent
ff567328
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
CMakeLists.txt
CMakeLists.txt
+1
-7
CMakeLists.txt
kicad/CMakeLists.txt
+1
-4
No files found.
CMakeLists.txt
View file @
6e9097b4
...
@@ -43,16 +43,10 @@ IF(wxWidgets_FOUND)
...
@@ -43,16 +43,10 @@ IF(wxWidgets_FOUND)
# We define the include paths here, our minimal source dir is one,
# We define the include paths here, our minimal source dir is one,
# and also the include dirs defined by wxWidgets
# and also the include dirs defined by wxWidgets
INCLUDE_DIRECTORIES
(
INCLUDE_DIRECTORIES
(
#${KICAD_EDA_SOURCE_DIR}/include
#${KICAD_EDA_SOURCE_DIR}/common
#${KICAD_EDA_SOURCE_DIR}/share
#${KICAD_EDA_SOURCE_DIR}/kicad/bitmaps
#${KICAD_EDA_SOURCE_DIR}/common/bitmaps
${
CMAKE_BINARY_DIR
}
${
CMAKE_BINARY_DIR
}
${
CMAKE_SOURCE_DIR
}
${
CMAKE_SOURCE_DIR
}
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/common
${
CMAKE_SOURCE_DIR
}
/common
#${CMAKE_SOURCE_DIR}/share
${
CMAKE_SOURCE_DIR
}
/kicad/bitmaps
${
CMAKE_SOURCE_DIR
}
/kicad/bitmaps
${
CMAKE_SOURCE_DIR
}
/common/bitmaps
${
CMAKE_SOURCE_DIR
}
/common/bitmaps
${
wxWidgets_INCLUDE_DIRS
}
${
wxWidgets_INCLUDE_DIRS
}
...
@@ -65,4 +59,4 @@ ENDIF(wxWidgets_FOUND)
...
@@ -65,4 +59,4 @@ ENDIF(wxWidgets_FOUND)
add_subdirectory
(
common
)
add_subdirectory
(
common
)
add_subdirectory
(
kicad
)
add_subdirectory
(
kicad
)
#SUBDIRS(common kicad)
kicad/CMakeLists.txt
View file @
6e9097b4
...
@@ -25,7 +25,4 @@ ADD_EXECUTABLE(kicad WIN32 ${SRCS})
...
@@ -25,7 +25,4 @@ ADD_EXECUTABLE(kicad WIN32 ${SRCS})
# We add to our target 'kicad' the wxWidgets libraries. These are
# We add to our target 'kicad' the wxWidgets libraries. These are
# set for us by the find script. If you need other libraries, you
# set for us by the find script. If you need other libraries, you
# can add them here as well.
# can add them here as well.
TARGET_LINK_LIBRARIES
(
kicad
${
wxWidgets_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
kicad
${
wxWidgets_LIBRARIES
}
common
)
LINK_DIRECTORIES
(
${
KICAD_EDA_BINARY_DIR
}
/common
)
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