フィルターのクリア

Where is the MATLAB Runtime head files directories?

8 ビュー (過去 30 日間)
Crystal Li
Crystal Li 2019 年 2 月 18 日
編集済み: Crystal Li 2019 年 2 月 27 日
I have to edit CMakeLists.txt to include MATLAB Runtime head files and lib files.
But I couldn't find them. May I ask what can I do?
include_directories( ${CMAKE_CURRENT_LIST_DIR}\\include )
include_directories( C:\\Program\ Files\\MATLAB\\MATLAB\ Runtime\\v93\\extern\\include )
# MATLAB Runtime head files directory.
link_directories( ${CMAKE_CURRENT_LIST_DIR}\\lib )
link_directories( C:\\Program\ Files\\MATLAB\\MATLAB\ Runtime\\v93\\extern\\lib\\win64\\microsoft )
# MATLAB Runtime lib files directory.

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by