Added .pc file export
This commit is contained in:
parent
5b6723f86f
commit
046a58a450
@ -67,6 +67,7 @@ struct TestWebsiteBuildScript {
|
||||
};
|
||||
T.installation_dir = "";
|
||||
T.description = "C++ JSON object structure + parser and generator";
|
||||
T.pc_output_path = "libjsonincpp.pc";
|
||||
my_targets.push_back(T);
|
||||
}
|
||||
if (make_tests) { CTarget T("test0", "executable");
|
||||
@ -91,7 +92,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
NormalCBuildSystemCommandMeaning cmd;
|
||||
regular_bs_cli_cmd_interpret(args, cmd);
|
||||
TestWebsiteBuildScript bs("debug", true, cmd);
|
||||
TestWebsiteBuildScript bs("debug", false, cmd);
|
||||
if (cmd.need_to_build)
|
||||
complete_tasks_of_build_units(bs.runlevel_1);
|
||||
if (cmd.need_to_install)
|
||||
|
Loading…
Reference in New Issue
Block a user