Moved loop over define combos into a function.
authorHank Anderson <hank.p.anderson@gmail.com>
Fri, 30 Jan 2015 18:14:44 +0000 (12:14 -0600)
committerHank Anderson <hank.p.anderson@gmail.com>
Fri, 30 Jan 2015 18:14:44 +0000 (12:14 -0600)
commit8d9b196e0dd3f1230b3f6e610e6a54ead64b514f
tree80c089a59957ce5647ca223bb8262f585f96d71c
parenta6cf8aafc0ad973a0599c939ddcbc138f99a4669
Moved loop over define combos into a function.

This function takes a set of sources and a set of preprocessor
definitions. It will iterate over the sources and build an object
file for each combination of preprocessor definitions for each
source file.
driver/level3/CMakeLists.txt
driver/others/CMakeLists.txt [new file with mode: 0644]