Move sha256.c to lib/
Precompiled headers don't work if we're not a pure C++ project.
This commit is contained in:
@@ -277,6 +277,7 @@ find_package(Lua REQUIRED)
|
||||
if(NOT USE_LUAJIT)
|
||||
add_subdirectory(lib/bitop)
|
||||
endif()
|
||||
add_subdirectory(lib/sha256)
|
||||
|
||||
if(BUILD_UNITTESTS OR BUILD_BENCHMARKS)
|
||||
add_subdirectory(lib/catch2)
|
||||
|
||||
Reference in New Issue
Block a user