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.
11 lines
544 B
11 lines
544 B
9 months ago
|
enable_language(C)
|
||
|
|
||
|
find_library(STATIC_LIBRARY NAMES static NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_SOURCE_DIR}/Windows-MSVC)
|
||
|
message(STATUS "STATIC_LIBRARY='${STATIC_LIBRARY}'")
|
||
|
|
||
|
find_library(MESON_STATIC_LIBRARY NAMES meson_static NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_SOURCE_DIR}/Windows-MSVC)
|
||
|
message(STATUS "MESON_STATIC_LIBRARY='${MESON_STATIC_LIBRARY}'")
|
||
|
|
||
|
find_library(RUSTC_IMPORT_LIBRARY NAMES rustc_import NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_SOURCE_DIR}/Windows-MSVC)
|
||
|
message(STATUS "RUSTC_IMPORT_LIBRARY='${RUSTC_IMPORT_LIBRARY}'")
|