1
0

3 lines
113 B
CMake
Raw Normal View History

2022-01-09 04:42:49 +13:00
add_library(luachacha STATIC chacha.c lchacha.c)
target_include_directories(luachacha PUBLIC ${LUA_INCLUDE_DIR})