Skip to content
GitLab
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
a6804a62
Commit
a6804a62
authored
Aug 08, 2017
by
julian.gethmann
Browse files
Update main.yml
Patch CMakeLists.txt
parent
7d14021d
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/naff_cpp/tasks/main.yml
View file @
a6804a62
...
...
@@ -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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment