Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Update main.yml
parent
98522574
Changes
1
Show whitespace changes
Inline
Side-by-side
roles/naff_cpp/tasks/main.yml
View file @
b3202aff
...
@@ -61,15 +61,15 @@
...
@@ -61,15 +61,15 @@
-
name
:
patch CMake file 1/2
-
name
:
patch CMake file 1/2
become
:
yes
become
:
yes
lineinfile
:
lineinfile
:
line
:
"
#
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
(NAFF
SHARED
interface_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})
"
regexp
:
"
add_library
.*
"
path
:
/tmp/NAFF_cpp/CMakeLists.txt
path
:
/tmp/NAFF_cpp/CMakeLists.txt
-
name
:
patch CMake file 2/2
-
name
:
patch CMake file 2/2
become
:
yes
become
:
yes
lineinfile
:
lineinfile
:
line
:
"
#add_executable
(NAFF
main_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
line
:
"
#
add_executable
(NAFF
main_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})"
regexp
:
"
add_executable
(NAFF
main_NAFF.cpp
${SOURCE_FILES}
${HEADER_FILES})
"
regexp
:
"
add_executable
.*
"
path
:
/tmp/NAFF_cpp/CMakeLists.txt
path
:
/tmp/NAFF_cpp/CMakeLists.txt
-
name
:
build
-
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