Skip to content

Commit ff1b1a1

Browse files
Adding LibYAML_Wrapper
1 parent 18e36db commit ff1b1a1

File tree

4 files changed

+1746
-1
lines changed

4 files changed

+1746
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ set(RUNCPP2_SOURCE_FILES "${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/Data/Profile.
189189
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/runcpp2.cpp"
190190
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/BuildsManager.cpp"
191191
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/PipelineSteps.cpp"
192-
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/IncludeManager.cpp")
192+
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/IncludeManager.cpp"
193+
"${CMAKE_CURRENT_LIST_DIR}/Src/runcpp2/LibYAML_Wrapper.cpp")
193194

194195
add_library(runcpp2Lib STATIC ${RUNCPP2_SOURCE_FILES})
195196

0 commit comments

Comments
 (0)