mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-25 07:57:19 +00:00
Move old chechUpdates() method to this class. Create ability to show ChangeLog after updates (by using global config with version). Changelog (only for the latest version) will be written to version.h during cmake run.
6 lines
168 B
CMake
6 lines
168 B
CMake
exec_program(
|
|
"sed -n '1,/^Ver/ p' CHANGELOG | grep -v '^Ver' | tr '\n' '@'"
|
|
${CMAKE_CURRENT_SOURCE_DIR}/..
|
|
OUTPUT_VARIABLE PROJECT_CHANGELOG
|
|
)
|