Skip to content

ビルドシステムをCMakeへ移行する(してみたい) #116

@tetsuyainfra

Description

@tetsuyainfra

表題の件ですけれども少し試してみた感じ行けそうなのでやってみてもいいですか?
※mingw64でcliバージョンのバイナリだけコンパイルしてます。

ブランチ

pacman -S mingw-w64-x86_64-cmake

git clone -b use_cmake https://github.com/tetsuyainfra/peercast-yt.git peercast-yt-cmake
cd peercast-yt-cmake/ui/mingw
# カレントディレクトリのCMakeLists.txtを使ってbuildディレクトリへビルド環境を作る
cmake -S . -B build
# buildディレクトリを使ってビルドする
cmake --build build 
ls -l build/peercast-yt-cli.exe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions