Skip to content

Commit

Permalink
Adds CMakeLists file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Feb 27, 2024
1 parent bbb27a5 commit 8f34431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(NAME xxhash)
set(SRCS xxhash.c)

add_library(${NAME} STATIC ${SRCS})

0 comments on commit 8f34431

Please sign in to comment.