chore: add third party modules
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "vendor/nerutils"]
|
||||
path = vendor/nerutils
|
||||
url = https://git.neru.rip/neru/nerutils
|
||||
+2
-1
@@ -40,6 +40,7 @@ endfunction()
|
||||
# dependencies
|
||||
# ---------------------
|
||||
find_package(OpenSSL REQUIRED)
|
||||
add_subdirectory(vendor)
|
||||
|
||||
# ---------------------
|
||||
# warnings
|
||||
@@ -56,6 +57,6 @@ endif()
|
||||
# ------------------------------
|
||||
file(GLOB_RECURSE UNLOCKER_SOURCES CONFIGURE_DEPENDS "src/unlocker/*.cpp" "src/unlocker/*.h")
|
||||
add_executable(dbd-unlocker ${UNLOCKER_SOURCES})
|
||||
target_link_libraries(dbd-unlocker PRIVATE ${OPENSSL_LIBRARIES} dbd-unlocker-warnings)
|
||||
target_link_libraries(dbd-unlocker PRIVATE dbd-unlocker-warnings ${OPENSSL_LIBRARIES} nerutils)
|
||||
target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR})
|
||||
group_files("${UNLOCKER_SOURCES}")
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
add_subdirectory(nerutils)
|
||||
+1
Submodule vendor/nerutils added at 0a9deadbd2
Reference in New Issue
Block a user