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
bcbad9d3
Commit
bcbad9d3
authored
Dec 16, 2014
by
Ashley Mills
Committed by
Wayne Stambaugh
Dec 16, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FreeBSD build issues.
parent
a5c57385
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
kiway.h
include/kiway.h
+1
-1
CMakeLists.txt
utils/idftools/CMakeLists.txt
+1
-0
No files found.
include/kiway.h
View file @
bcbad9d3
...
...
@@ -114,7 +114,7 @@ as such! As such, it is OK to use UTF8 characters:
// be mangled.
#define KIFACE_INSTANCE_NAME_AND_VERSION "KIFACE_1"
#if defined(__linux__)
#if defined(__linux__)
|| defined(__FreeBSD__)
#define LIB_ENV_VAR wxT( "LD_LIBRARY_PATH" )
#elif defined(__WXMAC__)
#define LIB_ENV_VAR wxT( "DYLD_LIBRARY_PATH" )
...
...
utils/idftools/CMakeLists.txt
View file @
bcbad9d3
include_directories
(
"
${
CMAKE_SOURCE_DIR
}
/lib_dxf"
"
${
CMAKE_SOURCE_DIR
}
/utils/idftools"
${
OPENGL_INCLUDE_DIR
}
)
link_directories
(
...
...
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