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 a CMake function allowing to update icon #6

Open
jcfr opened this issue Apr 5, 2012 · 0 comments
Open

Add a CMake function allowing to update icon #6

jcfr opened this issue Apr 5, 2012 · 0 comments
Assignees

Comments

@jcfr
Copy link
Owner

jcfr commented Apr 5, 2012

Within a CMake folder, you could for example named the file CTKResEdit.cmake

This file would contain a function named ctk_resedit_update_icon allowing to update an icon. For now we will consider that this function will update the executable at configure time.

Make sure to test the macro. Example showing how to test CMake macro are available here: https://github.com/commontk/AppLauncher/blob/master/CMake/MIDASAPICore.cmake#L461

The test could then be added doing something similar to: https://github.com/commontk/AppLauncher/blob/master/Testing/Cpp/CMakeLists.txt#L25

The macro should also be packaged.

@ghost ghost assigned benjaminlong Apr 5, 2012
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

No branches or pull requests

2 participants