diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-01-08 15:15:42 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-01-08 15:15:42 -0500 |
| commit | 8e70544b340c8987daca3eb9053f026d4d96c616 (patch) | |
| tree | 6dd223a6237f31d8b0e76e6ef46964826db6b459 /src/cmake/Usepke.cmake | |
| parent | 3aa95ba29a779d695c2a16905c651be768231212 (diff) | |
cmake install commands for pke - first pass
Diffstat (limited to 'src/cmake/Usepke.cmake')
| -rw-r--r-- | src/cmake/Usepke.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmake/Usepke.cmake b/src/cmake/Usepke.cmake new file mode 100644 index 0000000..b241a3c --- /dev/null +++ b/src/cmake/Usepke.cmake @@ -0,0 +1,8 @@ +# +# Usepke.cmake +# + +add_definitions ( ${PKE_DEFINITIONS} ) +include_directories ( ${PKE_INCLUDE_DIRS} ) +link_directories ( ${PKE_LIBRARY_DIRS} ) + |
