Skip to content
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

add_libraryに追加するファイルをメンテしやすいように修正 #123

Merged

Conversation

qwerty2501
Copy link
Contributor

内容

現在のcoreのソースコードはadd_library追加方法だと新たにcpp fileを追加するたびにadd_libraryを追加する必要がある
これではメンテの手間が増えるため、GLOB_RECURSEにより追加したsrc配下にあるcpp fileを自動的にadd_libraryするように修正した

その他

今の実装が意図的にfile名を個別にしていてこの方法では問題あるようでしたらrejectしてください

現在のcoreのソースコードはadd_library追加方法だと新たにcpp fileを追加するたびにadd_libraryを追加する必要がある
これではメンテの手間が増えるため、GLOB_RECURSEにより追加したsrc配下にあるcpp fileを自動的にadd_libraryするように修正した
Copy link
Member

@y-chan y-chan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
なるほど、このような方法があるんですね、勉強になります...!

Copy link
Member

@Oyaki122 Oyaki122 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
実装ありがとうございます

@Hiroshiba Hiroshiba merged commit 2739742 into VOICEVOX:main May 4, 2022
@qwerty2501 qwerty2501 deleted the feature/improvement-CMakeLists-file-list branch May 4, 2022 20:27
y-chan added a commit to SHAREVOX/sharevox_core that referenced this pull request Sep 1, 2022
現在のcoreのソースコードはadd_library追加方法だと新たにcpp fileを追加するたびにadd_libraryを追加する必要がある
これではメンテの手間が増えるため、GLOB_RECURSEにより追加したsrc配下にあるcpp fileを自動的にadd_libraryするように修正した
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants