CMakeLists.txt
3.69 KB
-
CMake: Ensure abc executable depends on libabc · c3be5dc6
This ensures that libabc is built only once. Previously the code for libabc was being built twice: once for the abc executable target, and again for the libabc target.
kmurray committed