-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] cmake 対応の実験 #46
[WIP] cmake 対応の実験 #46
Conversation
これがうまく使えるようであれば Makefile は不要になる、という認識で合ってますか? |
はい。 CMake は MinGW に対応しているみたいなので。 |
(preBuild.bat は組み込んでていない)
- add_custom_command で PRE_BUILD を設定し、GitHash 更新用のバッチファイルを実行 - cmake の最低バージョンを 3.0.2 に変更 (add_custom_command を使うため) - mkdir に失敗したときバッチフアイルをエラー終了させる
62dad55
to
0fcd899
Compare
現状の問題点 以下を実行しても、Funccode_enum.h と Funccode_define.h を消してくれない。
|
ただし、CMake の設定ファイルでコンパイルオプションとかを VC 用に設定しているので |
この PR はだいぶん古くなったので #378 で更新版をあげました。 |
#378 があるのでクローズ |
[WIP] cmake 対応の実験をしました。
cmake を使ってビルドができるようになりました。
cmake をインストールして build-by-cmake.bat を実行したらビルドできます。