Skip to content

Commit

Permalink
add LCI_VERSION macros
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Jan 8, 2024
1 parent 7267b67 commit b72f1e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lci/api/lci_config.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#ifndef LCI_LCI_CONFIG_H
#define LCI_LCI_CONFIG_H

#define LCI_VERSION @CMAKE_PROJECT_VERSION@
#define LCI_VERSION_MAJOR @CMAKE_PROJECT_VERSION_MAJOR@
#define LCI_VERSION_MINOR @CMAKE_PROJECT_VERSION_MINOR@
#define LCI_VERSION_PATCH @CMAKE_PROJECT_VERSION_PATCH@

#cmakedefine LCI_USE_AVX

#cmakedefine LCI_DEBUG
Expand Down

0 comments on commit b72f1e3

Please sign in to comment.