Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pmtool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
EYRAUD-DUBOIS Lionel
pmtool
Commits
e11dc299
Commit
e11dc299
authored
Aug 18, 2020
by
EYRAUD-DUBOIS Lionel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a CMake rule to install the executable
parent
d7a97f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
e11dc299
...
@@ -65,5 +65,6 @@ if(THREADS_FOUND)
...
@@ -65,5 +65,6 @@ if(THREADS_FOUND)
target_link_libraries
(
pmtool Threads::Threads
)
target_link_libraries
(
pmtool Threads::Threads
)
endif
()
endif
()
install
(
TARGETS pmtool RUNTIME DESTINATION bin/
)
add_executable
(
instanceinfo instanceinfo.cpp
)
add_executable
(
instanceinfo instanceinfo.cpp
)
target_link_libraries
(
instanceinfo core
)
target_link_libraries
(
instanceinfo core
)
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