Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
55969dcf
Commit
55969dcf
authored
May 17, 2004
by
Bill Hoffman
Browse files
ENH: append to the list of clean files, don't just set them
parent
0ace9ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/UseSWIG.cmake
View file @
55969dcf
...
...
@@ -146,7 +146,7 @@ MACRO(SWIG_ADD_MODULE name language)
SWIG_ADD_SOURCE_TO_MODULE
(
${
name
}
swig_generated_source
${
it
}
)
SET
(
swig_generated_sources
${
swig_generated_sources
}
"
${
swig_generated_source
}
"
)
ENDFOREACH
(
it
)
SET
(
ADDITIONAL_MAKE_CLEAN_FILES
${
swig_generated_sources
}
)
SET
(
ADDITIONAL_MAKE_CLEAN_FILES
${
ADDITIONAL_MAKE_CLEAN_FILES
}
${
swig_generated_sources
}
)
ADD_LIBRARY
(
${
SWIG_MODULE_
${
name
}
_REAL_NAME
}
MODULE
${
swig_generated_sources
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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