diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-07-08 09:45:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-07-08 09:45:14 -0400 |
commit | 6adfb65f6646537abb0ad717614eec26ff14761c (patch) | |
tree | 1bbe40dd148313d3cd61ff22bd7b76852ad07102 /extensions/CMakeLists.txt | |
download | asdfapi-6adfb65f6646537abb0ad717614eec26ff14761c.tar.gz |
Initial commit
Diffstat (limited to 'extensions/CMakeLists.txt')
-rw-r--r-- | extensions/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/CMakeLists.txt b/extensions/CMakeLists.txt new file mode 100644 index 0000000..ed1a5e6 --- /dev/null +++ b/extensions/CMakeLists.txt @@ -0,0 +1,4 @@ +project(asdfapi_ext) +add_library(asdfapi_ext SHARED ext.c ext.h) +add_library(asdfapi_ext_hello SHARED ext_hello.c) +target_link_libraries(asdfapi_ext_hello asdfapi_ext)
\ No newline at end of file |