mirror of
https://github.com/ErnyTech/Open-USB-Extreme
synced 2025-01-15 13:07:33 +01:00
6 lines
206 B
CMake
6 lines
206 B
CMake
find_path(PHOBOS_INCLUDE_DIR std/file.d)
|
|
find_library(PHOBOS_LIBRARY phobos2)
|
|
|
|
include(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(Phobos DEFAULT_MSG PHOBOS_LIBRARY PHOBOS_INCLUDE_DIR)
|