Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
98522574
Commit
98522574
authored
Aug 08, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main.yml
Patch CMakeLists.txt
parent
c505a016
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
roles/naff_cpp/tasks/main.yml
roles/naff_cpp/tasks/main.yml
+14
-0
No files found.
roles/naff_cpp/tasks/main.yml
View file @
98522574
...
...
@@ -58,6 +58,20 @@
mode
:
0777
state
:
directory
-
name
:
patch CMake file 1/2
become
:
yes
lineinfile
:
line
:
"
#
add_library(NAFF
SHARED
interface_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
regexp
:
"
add_library(NAFF
SHARED
interface_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
path
:
/tmp/NAFF_cpp/CMakeLists.txt
-
name
:
patch CMake file 2/2
become
:
yes
lineinfile
:
line
:
"
#add_executable
(NAFF
main_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
regexp
:
"
add_executable
(NAFF
main_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
path
:
/tmp/NAFF_cpp/CMakeLists.txt
-
name
:
build
command
:
cmake ..
args
:
...
...
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