mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02:00
Include header files in CMake sources (#16297)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project(sha256 C)
|
||||
|
||||
add_library(sha256 STATIC sha256.c)
|
||||
add_library(sha256 STATIC sha256.c my_sha256.h)
|
||||
|
||||
target_include_directories(sha256 INTERFACE .)
|
||||
|
||||
|
Reference in New Issue
Block a user