Skip to content

Commit 26cc6fb

Browse files
author
Andres Sevillano
committed
Added extra target chore
1 parent be3d723 commit 26cc6fb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cmake/FindBoilerplateCodeDocRules.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ else()
187187
message(STATUS "Generated C++: ${TOOL_CPP_OUTPUT_FILE}")
188188
endif()
189189

190+
## Create a target to relaunch the tool later on
191+
add_custom_target(launch${TOOL_NAME} ALL ${TOOL_BINARY} ${TOOL_INPUT_FILE} ${TOOL_HTML_OUTPUT_FILE} ${TOOL_CPP_OUTPUT_FILE} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
192+
190193
### Install ###
191194
if(DEFINED ENV{INSTALL_PREFIX})
192195
set(INTERNAL_INSTALL_PREFIX "${INSTALL_PREFIX}")

include/boilerplateCodeDoc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ namespace boilerplateCodeDoc {
198198
#pragma once
199199
#include <string>
200200
#include <vector>
201-
#include <sstream>
202201
203202
)"};
204203

output/BoilerplateCodeDoc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#pragma once
99
#include <string>
1010
#include <vector>
11-
#include <sstream>
1211

1312
namespace boilerplate::Example {
1413

0 commit comments

Comments
 (0)