Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
githubリポジトリからの外部プロジェクトとして、cmakeベースのプロジェクトをライブラリvlc-qtにするために含めようとしています。
プロジェクトは推奨される方法を使用します:
FIND_PACKAGE(VLCQt REQUIRED COMPONENTS Widgets)
cmake は構成段階でこのコマンドを実行するため、その時点でライブラリがビルドされていないことがわかります。
これを回避する正しい方法は何ですか?