-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename tinysplinecpp to tinysplinecxx.
- Loading branch information
Marcel Steinbeck
committed
Apr 13, 2020
1 parent
319b6b6
commit 85df516
Showing
11 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
add_subdirectory(c) | ||
add_subdirectory(cpp) | ||
add_subdirectory(cxx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
############################################################################### | ||
### Create examples. | ||
############################################################################### | ||
if(TARGET tinysplinecpp_static) | ||
if(TARGET tinysplinecxx_static) | ||
add_executable(quickstart quickstart.cpp) | ||
target_link_libraries(quickstart | ||
LINK_PUBLIC tinysplinecpp_static | ||
LINK_PUBLIC tinysplinecxx_static | ||
${TINYSPLINE_CXX_STATIC_LIBRARIES}) | ||
set_target_properties(quickstart PROPERTIES FOLDER "examples/cpp") | ||
|
||
add_executable(time_series time_series.cpp) | ||
target_link_libraries(time_series | ||
LINK_PUBLIC tinysplinecpp_static | ||
LINK_PUBLIC tinysplinecxx_static | ||
${TINYSPLINE_CXX_STATIC_LIBRARIES}) | ||
set_target_properties(time_series PROPERTIES FOLDER "examples/cpp") | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#include <iostream> | ||
#include "tinysplinecpp.h" | ||
#include "tinysplinecxx.h" | ||
|
||
int main(int argc, char **argv) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.