You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
303 B
12 lines
303 B
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
gflags
|
|
URL https://github.com/gflags/gflags/archive/v2.2.1.zip
|
|
URL_HASH SHA256=4e44b69e709c826734dbbbd5208f61888a2faf63f239d73d8ba0011b2dccc97a
|
|
)
|
|
|
|
FetchContent_MakeAvailable(gflags)
|
|
|
|
# openfst need
|
|
include_directories(${gflags_BINARY_DIR}/include) |