1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-08 13:49:47 +00:00

Implement label and uuid retrieval for the disk being scanned.

This commit is contained in:
King_DuckZ 2016-06-03 20:26:54 +02:00
parent 29c98c0154
commit 742d024bfb
3 changed files with 57 additions and 1 deletions

View file

@ -57,7 +57,7 @@ if ("${DINDEXER_CONFIG_FILE}" STREQUAL "")
endif()
message(STATUS "Config file set to \"${DINDEXER_CONFIG_FILE}\"")
find_package(Boost 1.53.0 REQUIRED COMPONENTS program_options)
find_package(Boost 1.53.0 REQUIRED COMPONENTS program_options filesystem)
find_package(PostgreSQL 8.3 REQUIRED)
find_package(YamlCpp 0.5.1 REQUIRED)
import_libpqtypes_project("${PostgreSQL_INCLUDE_DIRS}" "-O3 ${march_flag}")