Compile cryfs-stats executable
This commit is contained in:
parent
5350a14a4a
commit
1ec5df98d6
@ -4,7 +4,7 @@ set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_library(${PROJECT_NAME} ${SOURCES})
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC cryfs cpp-utils gitversion)
|
||||
target_enable_style_warnings(${PROJECT_NAME})
|
||||
target_activate_cpp14(${PROJECT_NAME})
|
||||
|
Loading…
x
Reference in New Issue
Block a user