Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
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
b3202aff
Commit
b3202aff
authored
Aug 08, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main.yml
parent
98522574
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
roles/naff_cpp/tasks/main.yml
roles/naff_cpp/tasks/main.yml
+4
-4
No files found.
roles/naff_cpp/tasks/main.yml
View file @
b3202aff
...
...
@@ -61,15 +61,15 @@
-
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})
"
line
:
"
add_library(NAFF
SHARED
interface_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
regexp
:
"
add_library
.*
"
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})
"
line
:
"
#
add_executable
(NAFF
main_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
regexp
:
"
add_executable
.*
"
path
:
/tmp/NAFF_cpp/CMakeLists.txt
-
name
:
build
...
...
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