Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chaosframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaos-lnf-control
chaosframework
Commits
6148ce6a
Commit
6148ce6a
authored
5 years ago
by
Alessandro D'Uffizi
Browse files
Options
Downloads
Patches
Plain Diff
minor
parent
3f717fa3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TestFramework/CMakeLists.txt
+7
-2
7 additions, 2 deletions
TestFramework/CMakeLists.txt
with
7 additions
and
2 deletions
TestFramework/CMakeLists.txt
+
7
−
2
View file @
6148ce6a
...
@@ -18,8 +18,10 @@ set_target_properties(ExamplePlugin PROPERTIES PREFIX "" SUFFIX ".chaos_extensio
...
@@ -18,8 +18,10 @@ set_target_properties(ExamplePlugin PROPERTIES PREFIX "" SUFFIX ".chaos_extensio
TARGET_LINK_LIBRARIES
(
ExamplePlugin chaos_cutoolkit chaos_common
${
PluginTestLib
}
)
TARGET_LINK_LIBRARIES
(
ExamplePlugin chaos_cutoolkit chaos_common
${
PluginTestLib
}
)
INSTALL_TARGETS
(
/lib ExamplePlugin
)
INSTALL
(
TARGETS ExamplePlugin
DESTINATION
"lib"
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ
)
#tests EXECUTABLE
#tests EXECUTABLE
SET
(
TestFrameworkSource main.cpp
SET
(
TestFrameworkSource main.cpp
...
@@ -100,4 +102,7 @@ ENDIF()
...
@@ -100,4 +102,7 @@ ENDIF()
TARGET_LINK_LIBRARIES
(
TestFramework
${
LinkedLibrary
}
)
TARGET_LINK_LIBRARIES
(
TestFramework
${
LinkedLibrary
}
)
INSTALL_TARGETS
(
/bin TestFramework
)
INSTALL
(
TARGETS
${
PROJECT_NAME
}
DESTINATION
"bin"
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment