Skip to content

Commit

Permalink
fix headers (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryStk authored Nov 16, 2023
1 parent 623791e commit d56f14e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions array_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ set(SOURCE_FILES
"../plotly_maker/html_parts.cpp"
)
set(HEADER_FILES
"../common_utils/common_utils.cpp"
"../common_utils/common_constants.cpp"
"../plotly_maker/plotly_maker.cpp"
"../plotly_maker/html_parts.cpp"
"../common_utils/common_utils.h"
"../common_utils/common_constants.h"
"../plotly_maker/plotly_maker.h"
"../plotly_maker/html_parts.h"
"array_core.h"
)
add_library(${projectName} ${SOURCE_FILES} ${HEADER_FILES})
Expand Down

0 comments on commit d56f14e

Please sign in to comment.