todo.txt (351B)
1 fmake uses chains. 2 3 CHAINS 4 ------ 5 Chains are created for build tools which require the user to execute multiple commands in order to execute the build. 6 7 Example 8 ------- 9 cmake -Bout -S. -GNinja 10 cd out 11 ninja 12 13 14 This can be defined in the config.txt as, 15 16 FM_CMAKE->FM_NINJA 17 18 Another example is confiure 19 FM_AUTORECONF->FM_AUTOCONF 20 FM_AUTOCONF->FM_MAKE 21