
Our development workflow tooling prevents trailing blank lines from being added, but some such lines remain from before that was enforced. Remove them to make it easier to rename files without triggering enforcement.
3 lines
69 B
CMake
3 lines
69 B
CMake
add_library( Eight EightSrc.c )
|
|
target_link_libraries( Eight Seven )
|