
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
64 B
CMake
3 lines
64 B
CMake
add_library( Five FiveSrc.c )
|
|
target_link_libraries( Five Two )
|