Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
bcc
Commits
9b33364f
Commit
9b33364f
authored
8 years ago
by
Evgeny Vereshchagin
Browse files
Options
Download
Email Patches
Plain Diff
Install tools/old too
parent
f67a7af5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
tools/CMakeLists.txt
tools/CMakeLists.txt
+1
-0
tools/old/CMakeLists.txt
tools/old/CMakeLists.txt
+5
-0
No files found.
tools/CMakeLists.txt
View file @
9b33364f
...
...
@@ -7,3 +7,4 @@ foreach(FIL ${PY_FILES})
endforeach
()
install
(
FILES
${
C_FILES
}
DESTINATION share/bcc/tools
)
install
(
FILES
${
TXT_FILES
}
DESTINATION share/bcc/tools/doc
)
add_subdirectory
(
old
)
This diff is collapsed.
Click to expand it.
tools/old/CMakeLists.txt
0 → 100644
View file @
9b33364f
file
(
GLOB PY_FILES *.py
)
foreach
(
FIL
${
PY_FILES
}
)
get_filename_component
(
FIL_WE
${
FIL
}
NAME_WE
)
install
(
PROGRAMS
${
FIL
}
DESTINATION share/bcc/tools/old RENAME
${
FIL_WE
}
)
endforeach
()
This diff is collapsed.
Click to expand it.
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