Skip to content

Commit

Permalink
mv header to .h
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Apr 30, 2024
1 parent 7ea40b8 commit 33b0ea4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
File renamed without changes.
6 changes: 6 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ install(
FILES_MATCHING
PATTERN "*.hpp")

install(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/splinepy"
DESTINATION ${incl_dest} # target directory
FILES_MATCHING
PATTERN "*.h")

# inline files - keep tree
install(
DIRECTORY "${PROJECT_SOURCE_DIR}/include/splinepy"
Expand Down
2 changes: 1 addition & 1 deletion src/proximity/slsqp/slsqp.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "splinepy/proximity/slsqp/slsqp.hpp"
#include "splinepy/proximity/slsqp/slsqp.h"

#ifdef __cplusplus
#include <cmath>
Expand Down

0 comments on commit 33b0ea4

Please sign in to comment.