mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-22 20:07:26 -04:00
cmake: fix compilation with zxcvbn, always enable
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
file(GLOB_RECURSE SRC_SOURCES *.cpp)
|
||||
file(GLOB_RECURSE SRC_HEADERS *.h)
|
||||
|
||||
|
||||
add_library(zxcvbn STATIC zxcvbn.c)
|
||||
set_target_properties(zxcvbn PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
target_include_directories(zxcvbn PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user